[Xfce4-commits] <parole:master> Fixed playlist segfault.

Sean Davis noreply at xfce.org
Sun Jan 13 02:00:09 CET 2013


Updating branch refs/heads/master
         to 9dcfad1d54c334a41de562bdcb35c016a88a7a01 (commit)
       from 4ab76cf0adabd644355fb9a7270374f9233f325f (commit)

commit 9dcfad1d54c334a41de562bdcb35c016a88a7a01
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Jan 12 19:45:11 2013 -0500

    Fixed playlist segfault.

 src/misc/parole-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/misc/parole-file.c b/src/misc/parole-file.c
index 204f23c..ed61c61 100644
--- a/src/misc/parole-file.c
+++ b/src/misc/parole-file.c
@@ -191,7 +191,7 @@ parole_file_constructed (GObject *object)
     if ( g_str_has_prefix(filename, "dvd") )
     {
         priv->directory = NULL;
-        priv->uri = "dvd:/";
+        priv->uri = g_strdup("dvd:/");
         priv->content_type = g_strdup("dvd");
         g_free(filename);
         return;


More information about the Xfce4-commits mailing list