From ed8a9c82fe98a65d0db07f73a191507c18bb9527 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 3 Jul 2006 22:27:10 +0000 Subject: r16790: Fix memleak. Guenther (This used to be commit 48ab7f46814dfbd777f142cdd8f59e6c1962eb15) --- source3/nsswitch/winbindd_cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index e078c295e1..5cbaa77805 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -827,6 +827,7 @@ NTSTATUS wcache_cached_creds_exist(struct winbindd_domain *domain, const DOM_SID return NT_STATUS_OBJECT_NAME_NOT_FOUND; } + SAFE_FREE(data.dptr); return NT_STATUS_OK; } -- cgit