mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libwbclient: Fix a memleak in wbcCredentialCache
This commit is contained in:
parent
55aeb682ba
commit
b198283f1f
@ -1223,6 +1223,7 @@ wbcErr wbcCredentialCache(struct wbcCredentialCacheParams *params,
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TALLOC_FREE(request.extra_data.data);
|
||||||
winbindd_free_response(&response);
|
winbindd_free_response(&response);
|
||||||
*info = result;
|
*info = result;
|
||||||
return WBC_ERR_SUCCESS;
|
return WBC_ERR_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user