summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_cm.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-01-15 09:10:47 +0000
committerVolker Lendecke <vlendec@samba.org>2005-01-15 09:10:47 +0000
commite3704cdb7ba300719281c778d8f05429a2828017 (patch)
tree8c0eb96cb8d841c116e179003faf5a9063dd965b /source/nsswitch/winbindd_cm.c
parentede002148ae5f63b1e8613101b414f9111a6ccc1 (diff)
downloadsamba-e3704cdb7ba300719281c778d8f05429a2828017.tar.gz
samba-e3704cdb7ba300719281c778d8f05429a2828017.tar.xz
samba-e3704cdb7ba300719281c778d8f05429a2828017.zip
r4749: Fix memleak
Diffstat (limited to 'source/nsswitch/winbindd_cm.c')
-rw-r--r--source/nsswitch/winbindd_cm.c2
1 files changed, 2 insertions, 0 deletions
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;
}