2007-09-14 Marcus Brinkmann <marcus@g10code.de>
* gpgsm/t-verify.c (main): Release TEXT and SIG.
This commit is contained in:
parent
5de5a01672
commit
5f726f4af7
@ -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 =.
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user