Re: [Nagios-devel] [PATCH 1/2] base/workers.c: Plug memory leak in

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] [PATCH 1/2] base/workers.c: Plug memory leak in

Post by Guest »

On 11/01/2012 05:38 PM, [email protected] wrote:
> From: Robin Sonefors
>
> We used to stop destroying jobs when we'd destroyed half of them, since
> destroy_job decreases jobs_running. To destroy all of them, we should go
> on destroying while jobs_running is non-zero.
>
> This leak occured once every time nagios received a RESTART_PROCESS
> command or a SIGHUP signal.
>
> Patch-by: Max Sikström
> Signed-off-by: Robin Sonefors

Applied. Thanks.

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked