You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-dicts/gjiten/files/gjiten-2.6-pref.patch

14 lines
295 B

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);
}