diff options
author | Marcus Brinkmann <[email protected]> | 2003-06-05 23:39:28 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-06-05 23:39:28 +0000 |
commit | 4172e1d56c0ed7bc4db0ae398966038842b37406 (patch) | |
tree | 136402895084c60e534af779226d85fef2ec6c79 /TODO | |
parent | doc/ (diff) | |
download | gpgme-4172e1d56c0ed7bc4db0ae398966038842b37406.tar.gz gpgme-4172e1d56c0ed7bc4db0ae398966038842b37406.zip |
2003-06-06 Marcus Brinkmann <[email protected]>
* rungpg.c (struct engine_gpg): Remove arg_error.
(add_arg): Don't set arg_error.
(add_data): Likewise.
(start): Don't check arg_error.
(gpg_new): Check return value of add_arg.
* verify.c (parse_notation): Free allocated memory at error.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,8 +2,6 @@ Hey Emacs, this is -*- outline -*- mode! * Before release: ** Change gpgme_invalid_user_id_t to gpgme_invalid_key_t. -** Remove arg_error from rungpg.c -** Make sure that notation value allocation has no leak at error ** Make sure POSIX I/O functions set errno properly ** gpgme-config must include info about libgpg-error. |