From 8e7799889f58d89a5d38376b89ba1d4f6d8c4869 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 15 Sep 2006 06:14:50 +0000 Subject: r18543: Fix Coverity ID#312 (This used to be commit 763cbe924b78b206985db6552e20cb4830446d35) --- source3/nsswitch/winbindd_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nsswitch/winbindd_cache.c') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 6004ed2e35..43bb33bea9 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -952,6 +952,7 @@ NTSTATUS wcache_get_creds(struct winbindd_domain *domain, 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; } -- cgit