rygel r80 - in trunk: . src
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r80 - in trunk: . src
- Date: Tue, 28 Oct 2008 20:59:48 +0000 (UTC)
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]