In gfree_debugsyms() free the format_bufr as well.
authorGünther Deschner <gd@samba.org>
Mon, 7 Jan 2008 11:41:18 +0000 (12:41 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 7 Jan 2008 11:48:21 +0000 (12:48 +0100)
Guenther
(This used to be commit 48f09ca376f9fc7923309f3466e5d72f7c21a56f)

source3/lib/debug.c

index 9ea2dc151afd1d3b6c82c499f9e38afd5a399f3c..6c1bfea04f74fa2a7ba421218b7cf648ae5f6161 100644 (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);
 }
 
 /****************************************************************************