1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

Doing janitorial duty for tpot - memory leak fix.

Jeremy.
(This used to be commit c6da50def80e64226c7e5b310dce30d0490512cb)
This commit is contained in:
Jeremy Allison 2002-12-04 18:40:01 +00:00
parent 2dd0e949d0
commit 64c9679191

View File

@ -1314,6 +1314,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 */