Package: easytag
Version: 2.1.6+git20110423-3
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

easytag crashes when you try to apply tags loaded from a text file
(misc -> Load filenames from TXT)
See also the ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/easytag-aac/+bug/883019

The fix appears to be simple:

Description: fix loading tags from txt file
 use correct function to free the tree path
Origin: http://ubuntuforums.org/archive/index.php/t-1239078.html
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+bug/883019
--- easytag-2.1.6+git20110423.orig/src/misc.c
+++ easytag-2.1.6+git20110423/src/misc.c
@@ -3355,7 +3355,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);


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to