rygel r80 - in trunk: . src



Author: zeeshanak
Date: Tue Oct 28 20:59:48 2008
New Revision: 80
URL: http://svn.gnome.org/viewvc/rygel?rev=80&view=rev

Log:
A temporary hack to make Vala compiler free string in structs.

We need this untill GB#526552 is fixed.

Modified:
   trunk/ChangeLog
   trunk/src/gupnp-media-tracker.vala

Modified: trunk/src/gupnp-media-tracker.vala
==============================================================================
--- trunk/src/gupnp-media-tracker.vala	(original)
+++ trunk/src/gupnp-media-tracker.vala	Tue Oct 28 20:59:48 2008
@@ -635,6 +635,12 @@
 
         this.didl_writer.add_res (res);
 
+        /* FIXME: These lines should be remove once GB#526552 is fixed */
+        res.uri = null;
+        res.protocol = null;
+        res.mime_type = null;
+        res.dlna_profile = null;
+
         /* End of item */
         this.didl_writer.end_item ();
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]