mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-27 02:36:29 +08:00
fix the incorrect free
fix the incorrect free
This commit is contained in:
@@ -206,7 +206,7 @@ RSA *RSA_new_from_RSArefPrivateKey(const RSArefPrivateKey *ref)
|
|||||||
rsa = NULL;
|
rsa = NULL;
|
||||||
|
|
||||||
end:
|
end:
|
||||||
RSA_free(ret);
|
RSA_free(rsa);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user