Skip to content
Snippets Groups Projects
Commit 61b6ea8b authored by Libor Peltan's avatar Libor Peltan
Browse files

dnssec/deterministic ECDSA: fixed memory leak

parent c328e732
No related branches found
No related tags found
1 merge request!1241dnssec/deterministic ECDSA: fixed memory leak
Pipeline #74688 passed
......@@ -398,6 +398,7 @@ int dnssec_sign_verify(dnssec_sign_ctx_t *ctx, bool sign_cmp, const dnssec_binar
? DNSSEC_INVALID_SIGNATURE
: DNSSEC_EOK;
}
dnssec_binary_free(&sign);
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment