diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-02-18 11:39:36 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-02-18 11:39:36 +0000 |
commit | e84c7400175c86c4c79922182115ea1f0948186c (patch) | |
tree | b9628ea76dfe79d961a7f9b7ba8b0622c28ead1e | |
parent | eb196070e62b45b113e5712f27198c50c5c95657 (diff) | |
download | samba-e84c7400175c86c4c79922182115ea1f0948186c.tar.gz samba-e84c7400175c86c4c79922182115ea1f0948186c.tar.xz samba-e84c7400175c86c4c79922182115ea1f0948186c.zip |
fixed a memory leak thanks to dleducq@arkoon.net
-rw-r--r-- | source/nsswitch/winbindd.c | 1 |
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() */ |