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:
parent
bf9ce2a928
commit
48f09ca376
@ -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);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user