mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-04 13:21:34 +00:00
Bugz # 59598
The gpgme_data_release_and_get_mem() call already free'd out
This commit is contained in:
parent
905c2117ed
commit
0bfb5d8a50
1 changed files with 0 additions and 1 deletions
1
gnupg.c
1
gnupg.c
|
|
@ -1307,7 +1307,6 @@ PHP_FUNCTION(gnupg_decryptverify){
|
||||||
if(!verify_result->signatures){
|
if(!verify_result->signatures){
|
||||||
GNUPG_ERR ("no signature found");
|
GNUPG_ERR ("no signature found");
|
||||||
gpgme_data_release(in);
|
gpgme_data_release(in);
|
||||||
free(out);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
gnupg_fetchsignatures (verify_result->signatures, return_value);
|
gnupg_fetchsignatures (verify_result->signatures, return_value);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue