From e3704cdb7ba300719281c778d8f05429a2828017 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 15 Jan 2005 09:10:47 +0000 Subject: r4749: Fix memleak --- source/nsswitch/winbindd_cm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/nsswitch/winbindd_cm.c') 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; } -- cgit