diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-01-15 09:10:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:54 -0500 |
commit | 0663235de98d7f564a2ec7cea4f63b9d2754670f (patch) | |
tree | 47efc1eea4476e3db576319666436e34f1ce08b7 /source3/nsswitch/winbindd_cm.c | |
parent | ff909274787a92fcdb0ed36bab097f7d2ae07036 (diff) | |
download | samba-0663235de98d7f564a2ec7cea4f63b9d2754670f.tar.gz samba-0663235de98d7f564a2ec7cea4f63b9d2754670f.tar.bz2 samba-0663235de98d7f564a2ec7cea4f63b9d2754670f.zip |
r4749: Fix memleak
(This used to be commit a8aab6de7516b70cae6c096883874fa152777b13)
Diffstat (limited to 'source3/nsswitch/winbindd_cm.c')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |