diff options
-rw-r--r-- | source3/nsswitch/winbindd_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |