1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

In gfree_debugsyms() free the format_bufr as well.

Guenther
This commit is contained in:
Günther Deschner 2008-01-07 12:41:18 +01:00
parent bf9ce2a928
commit 48f09ca376

View File

@ -199,6 +199,8 @@ void gfree_debugsyms(void)
if ( DEBUGLEVEL_CLASS_ISSET != &debug_all_class_isset_hack )
SAFE_FREE( DEBUGLEVEL_CLASS_ISSET );
SAFE_FREE(format_bufr);
}
/****************************************************************************