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.

15 lines
422 B

http://cvs.fedoraproject.org/viewvc/rpms/easytag/devel/easytag-2.1.6-load-from-txt.patch?view=log
http://bugs.gentoo.org/329575
--- src/misc.c
+++ src/misc.c
@@ -3327,7 +3327,7 @@ void Load_Filename_Set_Filenames (void)
g_free(list_text);
}
- g_free(currentPath);
+ gtk_tree_path_free(currentPath);
Browser_List_Refresh_Whole_List();
ET_Display_File_Data_To_UI(ETCore->ETFileDisplayed);