mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +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){
|
||||
GNUPG_ERR ("no signature found");
|
||||
gpgme_data_release(in);
|
||||
free(out);
|
||||
return;
|
||||
}
|
||||
gnupg_fetchsignatures (verify_result->signatures, return_value);
|
||||
|
|
Loading…
Reference in a new issue