diff options
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index 27a1487663..0fdc9956f1 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -189,12 +189,9 @@ void gfree_all( void ) gfree_names(); gfree_loadparm(); gfree_case_tables(); - gfree_debugsyms(); gfree_charcnv(); gfree_interfaces(); - - /* release the talloc null_context memory last */ - talloc_disable_null_tracking(); + gfree_debugsyms(); } const char *my_netbios_names(int i) |