summaryrefslogtreecommitdiff
path: root/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch')
-rw-r--r--recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch b/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch
new file mode 100644
index 0000000000..aa6635abfb
--- /dev/null
+++ b/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch
@@ -0,0 +1,14 @@
+https://bugzilla.gnome.org/show_bug.cgi?id=606676
+Index: balsa-2.4.2/libbalsa/address-book-gpe.c
+===================================================================
+--- balsa-2.4.2.orig/libbalsa/address-book-gpe.c
++++ balsa-2.4.2/libbalsa/address-book-gpe.c
+@@ -792,7 +792,7 @@ libbalsa_address_book_gpe_alias_complete
+ #endif /* HAVE_SQLITE3 */
+ if(err) {
+ printf("r=%d err=%s\n", r, err);
+- free(err);
++ sqlite3_free(err);
+ }
+ return gcc.res;
+ }