I believe this patch should fix it.

Index: src/support.c
===================================================================
--- src/support.c       (revision 1242)
+++ src/support.c       (working copy)
@@ -1529,6 +1529,9 @@
     gchar *unescaped = NULL;
     MetaData *data = NULL;
 
+       if (strlen(uri) < 1)
+               return FALSE;
+       
     if (verbose)
         printf("adding %s to playlist\n", uri);
     local_uri = strdup(uri);


please let me know if it does.

-- 
gnome-mplayer crashed with SIGSEGV in g_ascii_strncasecmp()
https://bugs.launchpad.net/bugs/348864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to