1
0
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:
Volker Lendecke 2010-04-04 12:11:08 +02:00
parent 55aeb682ba
commit b198283f1f

View File

@ -1223,6 +1223,7 @@ wbcErr wbcCredentialCache(struct wbcCredentialCacheParams *params,
goto fail;
}
TALLOC_FREE(request.extra_data.data);
winbindd_free_response(&response);
*info = result;
return WBC_ERR_SUCCESS;