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

vlendec at samba.org vlendec at samba.org
Fri Sep 15 06:14:51 GMT 2006


Author: vlendec
Date: 2006-09-15 06:14:50 +0000 (Fri, 15 Sep 2006)
New Revision: 18543

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

Log:
Fix Coverity ID#312
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2006-09-15 05:18:53 UTC (rev 18542)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cache.c	2006-09-15 06:14:50 UTC (rev 18543)
@@ -952,6 +952,7 @@
 		DEBUG(0,("wcache_get_creds: bad entry for [CRED/%s] - deleting\n", 
 				sidstr));
 		wcache_delete("CRED/%s", sidstr);
+		centry_free(centry);
 		return NT_STATUS_OBJECT_NAME_NOT_FOUND;
 	}
 



More information about the samba-cvs mailing list