Fix memory leak in timeutils/cache (syslog-ng#4332)#4334
Conversation
|
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
1 similar comment
|
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
|
No news file has been detected. Please write one, if applicable. |
|
Ok to test. |
Each time a worker thread terminates, the 2 allocated tznames are leaked. Solution is to explicitly deinit the cache from the stop function of the thread. Fixes: syslog-ng#4332 Signed-off-by: Ronny Meeus <ronny.meeus@nokia.com>
Signed-off-by: László Várady <laszlo.varady@anno.io>
Signed-off-by: László Várady <laszlo.varady@anno.io>
Each time a worker thread terminates, the 2 allocated tznames are leaked. Solution is to explicitly deinit the cache from the stop function of the thread.