svn commit: samba r4749 - in branches/SAMBA_3_0/source/nsswitch: .

vlendec at samba.org vlendec at samba.org
Sat Jan 15 09:10:48 GMT 2005


Author: vlendec
Date: 2005-01-15 09:10:47 +0000 (Sat, 15 Jan 2005)
New Revision: 4749

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4749

Log:
Fix memleak
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2005-01-15 06:18:23 UTC (rev 4748)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2005-01-15 09:10:47 UTC (rev 4749)
@@ -493,6 +493,8 @@
 		}
 	}
 
+	SAFE_FREE(iplist);
+
 	return True;
 }
 



More information about the samba-cvs mailing list