mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 19:00:00 -04:00
parent
d56d6db639
commit
36a0bf14e9
1 changed files with 3 additions and 0 deletions
|
|
@ -877,6 +877,9 @@ dst_key_fromgssapi(dns_name_t *name, gss_ctx_id_t gssctx, isc_mem_t *mctx,
|
|||
*keyp = key;
|
||||
result = ISC_R_SUCCESS;
|
||||
out:
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
dst_key_free(&key);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue