aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 14 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
deleted file mode 100644
index aa6635abfb..0000000000
--- a/recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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;
- }