From 0694e965fbf75184a78ba8745b19b569e1ffe918 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 4 Dec 2002 18:39:50 +0000 Subject: Doing janitorial duty for tpot - memory leak fix. Jeremy. (This used to be commit 7acf9594210f024e8d0c34259fcc990c6c76c838) --- source3/libsmb/namequery.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libsmb/namequery.c') diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index e6fe88f203..98d9661567 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -1316,6 +1316,8 @@ BOOL get_dc_list(const char *domain, struct in_addr **ip_list, int *count, int * } + SAFE_FREE(auto_ip_list); + /* need to remove duplicates in the list if we have any explicit password servers */ -- cgit