Bug#646978: easytag: crashes when applying tags loaded from TXT file

Julian Taylor jtaylor.debian at googlemail.com
Fri Oct 28 20:11:08 UTC 2011


Package: easytag
Version: 2.1.6+git20110423-3
Severity: normal
Tags: patch
User: ubuntu-devel at 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);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20111028/10f67b57/attachment.pgp>


More information about the pkg-multimedia-maintainers mailing list