diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-01-11 23:13:10 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-01-11 23:13:10 +0000 |
commit | 48dc1e30a44ece75d7d19d7da0bde9de1051fcbb (patch) | |
tree | aabdc458b3bf6802a551fb156d037423457d38fc /recipes/balsa/balsa-2.4.2/libbalsa-gpe-corruption.patch | |
parent | 218e66bbb02bbc60d3d6b893623483e6e6a73107 (diff) |
balsa: Fixed corruption in gpe addressbook, fixed icon installation.
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.patch | 14 |
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; + } |