mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +08:00
Fix return without clean
This commit is contained in:
@@ -151,7 +151,7 @@ bad:
|
||||
|
||||
ret = 0;
|
||||
end:
|
||||
//xmss_key_cleanup(&key);
|
||||
xmss_key_cleanup(&key);
|
||||
if (out) {
|
||||
gmssl_secure_clear(out, outlen);
|
||||
free(out);
|
||||
|
||||
Reference in New Issue
Block a user