From 6ac48a23f77acbd96bc2afe919008ccceba7dcf0 Mon Sep 17 00:00:00 2001 From: Naohiro Aota Date: Fri, 12 Oct 2012 23:55:24 +0000 Subject: Add patch to fix segfault. #292365 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64) --- app-dicts/gjiten/files/gjiten-2.6-pref.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app-dicts/gjiten/files/gjiten-2.6-pref.patch (limited to 'app-dicts/gjiten/files') diff --git a/app-dicts/gjiten/files/gjiten-2.6-pref.patch b/app-dicts/gjiten/files/gjiten-2.6-pref.patch new file mode 100644 index 000000000000..f06d833e87c3 --- /dev/null +++ b/app-dicts/gjiten/files/gjiten-2.6-pref.patch @@ -0,0 +1,13 @@ +diff --git a/src/pref.c b/src/pref.c +index 9c5e07d..6c0e13d 100644 +--- a/src/pref.c ++++ b/src/pref.c +@@ -271,7 +271,7 @@ static void up_dict(GtkWidget *button) { + gtk_list_store_swap(GTK_LIST_STORE(model), &iter, &tmpiter); + } + } +- g_free(treepath); ++ gtk_tree_path_free(treepath); + } + + -- cgit v1.2.3-65-gdbad