diff options
author | Marcus Brinkmann <[email protected]> | 2006-09-25 14:57:00 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-09-25 14:57:00 +0000 |
commit | 9247e9081b6a2112e50a165ecff4403b5caa9f1f (patch) | |
tree | 02204f33675d36bfecc2ca6da99137bd2e62378c /doc/gpgme.texi | |
parent | 2006-09-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-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.texi | 3 |
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 |