From: Volker Lendecke Date: Sat, 15 Jan 2005 09:10:47 +0000 (+0000) Subject: r4749: Fix memleak X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5416 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8aab6de7516b70cae6c096883874fa152777b13;p=thirdparty%2Fsamba.git r4749: Fix memleak --- diff --git a/source/nsswitch/winbindd_cm.c b/source/nsswitch/winbindd_cm.c index 9822d8d10ee..90ecfe18915 100644 --- a/source/nsswitch/winbindd_cm.c +++ b/source/nsswitch/winbindd_cm.c @@ -493,6 +493,8 @@ static BOOL get_dcs_1c(TALLOC_CTX *mem_ctx, } } + SAFE_FREE(iplist); + return True; }