mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +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;
|
||||
|
||||
end:
|
||||
RSA_free(ret);
|
||||
RSA_free(rsa);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user