diff options
author | Marcus Brinkmann <[email protected]> | 2002-04-25 00:36:03 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-04-25 00:36:03 +0000 |
commit | 9b28b6b2097c34464944b704c10eb3e3e7944569 (patch) | |
tree | 851a53c6ddeb178f05d0397583c120efd9077f44 /TODO | |
parent | 2002-04-25 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-9b28b6b2097c34464944b704c10eb3e3e7944569.tar.gz gpgme-9b28b6b2097c34464944b704c10eb3e3e7944569.zip |
2002-04-25 Marcus Brinkmann <[email protected]>
* rungpg.c (_gpgme_gpg_release): Call gpgme_data_release on
GPG->cmd.cb_data, not xfree.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Hey Emacs, this is -*- outline -*- mode! (it's an internal error, as select_protocol checks already). ** When server mode is implemented properly, more care has to be taken to release all resources on error (for example to free assuan_cmd). +** GnuPG +*** For pipemode, make sure to release the pipemode callback data object. * Operations ** Export status handler need much more work. |