1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

fixed a memory leak thanks to dleducq@arkoon.net

(This used to be commit e84c7400175c86c4c79922182115ea1f0948186c)
This commit is contained in:
Andrew Tridgell 2002-02-18 11:39:36 +00:00
parent c2729d59a6
commit ab02132b6c

View File

@ -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() */