blob: 2df6cee1a329448a1a7f228bfd14f0028b5d6ea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- pecl/gnupg/trunk/php_gnupg.h 2013/07/17 11:48:09 330949
+++ pecl/gnupg/trunk/php_gnupg.h 2013/07/17 11:55:40 330950
@@ -19,7 +19,7 @@
extern zend_module_entry gnupg_module_entry;
#define phpext_gnupg_ptr &gnupg_module_entry
-#define PHP_GNUPG_VERSION "1.3.3-dev"
+#define PHP_GNUPG_VERSION "1.3.3"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)
--- pecl/gnupg/trunk/gnupg.c 2013/07/17 12:00:06 330953
+++ pecl/gnupg/trunk/gnupg.c 2013/07/17 12:11:24 330954
@@ -1307,7 +1307,6 @@
if(!verify_result->signatures){
GNUPG_ERR ("no signature found");
gpgme_data_release(in);
- free(out);
return;
}
gnupg_fetchsignatures (verify_result->signatures, return_value);
|