summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-02-18 11:39:36 +0000
committerAndrew Tridgell <tridge@samba.org>2002-02-18 11:39:36 +0000
commite84c7400175c86c4c79922182115ea1f0948186c (patch)
treeb9628ea76dfe79d961a7f9b7ba8b0622c28ead1e /source/nsswitch/winbindd.c
parenteb196070e62b45b113e5712f27198c50c5c95657 (diff)
downloadsamba-e84c7400175c86c4c79922182115ea1f0948186c.tar.gz
samba-e84c7400175c86c4c79922182115ea1f0948186c.tar.xz
samba-e84c7400175c86c4c79922182115ea1f0948186c.zip
fixed a memory leak thanks to dleducq@arkoon.net
Diffstat (limited to 'source/nsswitch/winbindd.c')
-rw-r--r--source/nsswitch/winbindd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nsswitch/winbindd.c b/source/nsswitch/winbindd.c
index 02bd3dd877c..a9abcd3e6ed 100644
--- a/source/nsswitch/winbindd.c
+++ b/source/nsswitch/winbindd.c
@@ -509,6 +509,7 @@ static void process_loop(int accept_sock)
/* Free up temporary memory */
lp_talloc_free();
+ main_loop_talloc_free();
/* Initialise fd lists for select() */