2007-09-14 Marcus Brinkmann <marcus@g10code.de>

* gpgsm/t-verify.c (main): Release TEXT and SIG.
This commit is contained in:
Marcus Brinkmann 2007-09-13 22:40:22 +00:00
parent 5de5a01672
commit 5f726f4af7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-09-14 Marcus Brinkmann <marcus@g10code.de>
* gpgsm/t-verify.c (main): Release TEXT and SIG.
2007-07-12 Marcus Brinkmann <marcus@g10code.de>
* gpgsm/Makefile.am (key_id): Change := into =.

View File

@ -147,6 +147,8 @@ main (int argc, char **argv)
"3CF405464F66ED4A7DF45BBDD1E4282E33BDB76E",
GPG_ERR_BAD_SIGNATURE, GPGME_VALIDITY_UNKNOWN);
gpgme_data_release (text);
gpgme_data_release (sig);
gpgme_release (ctx);
return 0;
}