[SCM] easytag/master: Add fix_segfault_loading_tags_from_txt.patch: fixes crashes when applying tags loaded from TXT file (Closes: #646978)

lucidfox-guest at users.alioth.debian.org lucidfox-guest at users.alioth.debian.org
Mon Apr 9 05:08:22 UTC 2012


The following commit has been merged in the master branch:
commit 1e236d91e2f9fc6613ae81a6044eeebb48e36011
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Mon Apr 9 11:35:17 2012 +0700

    Add fix_segfault_loading_tags_from_txt.patch: fixes crashes when applying tags loaded from TXT file (Closes: #646978)

diff --git a/debian/patches/fix_segfault_loading_tags_from_txt.patch b/debian/patches/fix_segfault_loading_tags_from_txt.patch
new file mode 100644
index 0000000..d29cbe2
--- /dev/null
+++ b/debian/patches/fix_segfault_loading_tags_from_txt.patch
@@ -0,0 +1,19 @@
+Author: Meho R. <meho_r at yahoo.com>
+Origin: upstream, https://github.com/stsquad/easytag/commit/150422cbd0e21c2f7c38c2ca1d9c2060c21be8da
+Bug-Debian: http://bugs.debian.org/646978
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/883019
+Last-Update: 2012-04-09
+---
+Index: easytag/src/misc.c
+===================================================================
+--- easytag.orig/src/misc.c	2011-05-02 18:08:16.342439341 +0700
++++ easytag/src/misc.c	2012-04-09 11:27:58.713195079 +0700
+@@ -3355,7 +3355,7 @@
+         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);
diff --git a/debian/patches/series b/debian/patches/series
index 693245d..84fc1cc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 desktop.patch
 taglib.patch
+fix_segfault_loading_tags_from_txt.patch

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list