[svn] GPGol - r162 - trunk/src
svn author twoaday
cvs at cvs.gnupg.org
Wed Sep 6 13:28:23 CEST 2006
Author: twoaday
Date: 2006-09-06 13:28:22 +0200 (Wed, 06 Sep 2006)
New Revision: 162
Modified:
trunk/src/ChangeLog
trunk/src/recipient-dialog.c
Log:
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2006-08-28 14:32:45 UTC (rev 161)
+++ trunk/src/ChangeLog 2006-09-06 11:28:22 UTC (rev 162)
@@ -1,3 +1,8 @@
+2009-09-06 Timo Schulz <ts at g10code.de>
+
+ * recipient-dialog.c (recipient_dialog2): Do not free
+ key array here.
+
2008-08-21 Timo Schulz <ts at g10code.de>
* engine-gpgme.c (op_lookup_keys): Only add useable keys
Modified: trunk/src/recipient-dialog.c
===================================================================
--- trunk/src/recipient-dialog.c 2006-08-28 14:32:45 UTC (rev 161)
+++ trunk/src/recipient-dialog.c 2006-09-06 11:28:22 UTC (rev 162)
@@ -542,6 +542,5 @@
*ret_rset = cb.selected_keys;
release_keyarray (cb.keyarray, cb.keyarray_count);
- xfree (cb.fnd_keys);
return cb.opts;
}
More information about the Gnupg-commits
mailing list