aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-04-25 00:36:03 +0000
committerMarcus Brinkmann <[email protected]>2002-04-25 00:36:03 +0000
commit9b28b6b2097c34464944b704c10eb3e3e7944569 (patch)
tree851a53c6ddeb178f05d0397583c120efd9077f44 /TODO
parent2002-04-25 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-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--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index e7d37fc0..ec2f2e19 100644
--- a/TODO
+++ b/TODO
@@ -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.