https://bugzilla.balabit.com/show_bug.cgi?id=106 Balazs Scheidler <bazsi@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution| |FIXED Status|NEW |RESOLVED --- Comment #2 from Balazs Scheidler <bazsi@balabit.hu> 2011-10-23 09:17:57 --- The 2nd leak is already closed commit 6105f8313988bc97d333bf7ab456e0ea9e62d670 Author: Balazs Scheidler <bazsi@balabit.hu> Date: Sat Aug 20 13:09:34 2011 +0200 persist-state: fixed a memory small leak This patch closes a small memory leak at startup + SIGHUP time as the SerializeArchive object wasn't properly destructed. The leak was small, and repeated at SIGHUPs. Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> To close the first one (if it wasn't so far) we'd need line number information. Probably a free() is missed in the parser, causing a 16 byte leak on every reload. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.