aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch
blob: aa6635abfb6bdb5b3b284f9681706d2c0e033f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
 }