summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-07 12:41:18 +0100
committerGünther Deschner <gd@samba.org>2008-01-07 12:48:21 +0100
commit68ec31427735e3d127544e52d4107d1e97eeeada (patch)
tree767ca3ecb7ccb8baf233f97698b21b1451c337f5 /source3/lib/debug.c
parente6c3ac59c5adb433d6269cae7141e575da7fdc8d (diff)
downloadsamba-68ec31427735e3d127544e52d4107d1e97eeeada.tar.gz
samba-68ec31427735e3d127544e52d4107d1e97eeeada.tar.bz2
samba-68ec31427735e3d127544e52d4107d1e97eeeada.zip
In gfree_debugsyms() free the format_bufr as well.
Guenther (This used to be commit 48f09ca376f9fc7923309f3466e5d72f7c21a56f)
Diffstat (limited to 'source3/lib/debug.c')
-rw-r--r--source3/lib/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/debug.c b/source3/lib/debug.c
index 9ea2dc151a..6c1bfea04f 100644
--- a/source3/lib/debug.c
+++ b/source3/lib/debug.c
@@ -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);
}
/****************************************************************************