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 | ab02132b6c50d600f1ddcf415d77f343500f0deb (patch) | |
tree | e6b7b4b293963ff322ff986bd1c32910e4f5669c /source3/nsswitch | |
parent | c2729d59a631822c7e5545d13a2eff8ed237401b (diff) | |
download | samba-ab02132b6c50d600f1ddcf415d77f343500f0deb.tar.gz samba-ab02132b6c50d600f1ddcf415d77f343500f0deb.tar.xz samba-ab02132b6c50d600f1ddcf415d77f343500f0deb.zip |
fixed a memory leak thanks to dleducq@arkoon.net
(This used to be commit e84c7400175c86c4c79922182115ea1f0948186c)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 02bd3dd877c..a9abcd3e6ed 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/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() */ |