summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-03-16 14:13:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:38 -0500
commit761f60f83a81103c4c6e39b6460b9d7062a85b5f (patch)
tree9004246ca2924ee18c26a1ea04852042dcb32f63 /source3/lib/util.c
parent3f6e08db6077a5c204bcfb35b9de634a7711f065 (diff)
downloadsamba-761f60f83a81103c4c6e39b6460b9d7062a85b5f.tar.gz
samba-761f60f83a81103c4c6e39b6460b9d7062a85b5f.tar.bz2
samba-761f60f83a81103c4c6e39b6460b9d7062a85b5f.zip
r21854: Add gfree_interfaces() to gfree_all().
Guenther (This used to be commit eb34ebd9e76061417200a286c2831394be04529b)
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 6789a12a1e..45d3916ebe 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -200,6 +200,7 @@ void gfree_all( void )
gfree_debugsyms();
gfree_charcnv();
gfree_messages();
+ gfree_interfaces();
/* release the talloc null_context memory last */
talloc_disable_null_tracking();