The patch below my sig is sufficient to fix the bug.

  See here for more details:

    http://blog.steve.org.uk/what_can_you_do__sparta_will_need_sons_.html

Steve
-- 
Managed Anti-Spam Service
http://mail-scanning.com/

s...@gold:/tmp$ diff --unified --ignore-space-change 
gnomad2-2.9.1/src/tagfile.c gnomad2-2.9.1.orig/src/tagfile.c
--- gnomad2-2.9.1/src/tagfile.c 2007-10-17 19:47:39.000000000 +0100
+++ gnomad2-2.9.1.orig/src/tagfile.c    2008-12-22 22:25:18.000000000 +0000
@@ -59,9 +59,15 @@
     g_free(tmppath);
     return;      
   }
-  g_free(tmppath);
   
   tag = taglib_file_tag(file);
+  if ( tag == NULL ) {
+    g_printf("tags were null in file %s", tmppath);
+    g_free(tmppath);
+    return;
+  }
+  g_free(tmppath);
+
   properties = taglib_file_audioproperties(file);
   
   gchar* artist = taglib_tag_artist(tag);




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to