From 0663235de98d7f564a2ec7cea4f63b9d2754670f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 15 Jan 2005 09:10:47 +0000 Subject: r4749: Fix memleak (This used to be commit a8aab6de7516b70cae6c096883874fa152777b13) --- source3/nsswitch/winbindd_cm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 9822d8d10e..90ecfe1891 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -493,6 +493,8 @@ static BOOL get_dcs_1c(TALLOC_CTX *mem_ctx, } } + SAFE_FREE(iplist); + return True; } -- cgit