From ab02132b6c50d600f1ddcf415d77f343500f0deb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 18 Feb 2002 11:39:36 +0000 Subject: fixed a memory leak thanks to dleducq@arkoon.net (This used to be commit e84c7400175c86c4c79922182115ea1f0948186c) --- source3/nsswitch/winbindd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 02bd3dd877..a9abcd3e6e 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() */ -- cgit