summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-08-29 16:54:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:59 -0500
commit9c8a9d0ac4cb062e8de25a5dbaed823e597a128f (patch)
tree52648e7d318094f269d0c11e8e2c97a974ad82ea /source3/lib/util.c
parent3247b4f15a11c531d79ca8137a4f36d63069591b (diff)
downloadsamba-9c8a9d0ac4cb062e8de25a5dbaed823e597a128f.tar.gz
samba-9c8a9d0ac4cb062e8de25a5dbaed823e597a128f.tar.bz2
samba-9c8a9d0ac4cb062e8de25a5dbaed823e597a128f.zip
r17922: sync samba3's talloc with samba4's and move the samba3 specific stuff to tallocmsg.c
metze (This used to be commit 7704e3e51dec1768772663024a0579cb4a271cc1)
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 20ff4514a0..d650d0ed8b 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -202,7 +202,7 @@ void gfree_all( void )
gfree_messages();
/* release the talloc null_context memory last */
- talloc_nc_free();
+ talloc_disable_null_tracking();
}
const char *my_netbios_names(int i)