aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2006-09-25 14:57:00 +0000
committerMarcus Brinkmann <[email protected]>2006-09-25 14:57:00 +0000
commit9247e9081b6a2112e50a165ecff4403b5caa9f1f (patch)
tree02204f33675d36bfecc2ca6da99137bd2e62378c /doc/gpgme.texi
parent2006-09-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-9247e9081b6a2112e50a165ecff4403b5caa9f1f.tar.gz
gpgme-9247e9081b6a2112e50a165ecff4403b5caa9f1f.zip
doc/
2006-09-25 Marcus Brinkmann <[email protected]> * gpgme.texi (Destroying Data Buffers): Clarify that gpgme_data_release_and_get_mem destroys DH unconditionally. gpgme/ 2006-09-25 Marcus Brinkmann <[email protected]> * data-mem.c (gpgme_data_release_and_get_mem): Release the data object properly.
Diffstat (limited to '')
-rw-r--r--doc/gpgme.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 5053645d..04deff31 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -1719,7 +1719,8 @@ the user provided the data buffer in non-copy mode, a copy will be
made for this purpose.
In case an error returns, or there is no suitable data buffer that can
-be returned to the user, the function will return @code{NULL}.
+be returned to the user, the function will return @code{NULL}. In any
+case, the data object @var{dh} is destroyed.
@end deftypefun