flag when setting the default param spec value to prevent invalid
frees.
+2008-10-28 Thomas Wood <thomas@linux.intel.com>
+
+ * clutter/clutter-color.c (param_color_set_default): Set the no copy
+ flag when setting the default param spec value to prevent invalid
+ frees.
+
2008-10-27 Neil Roberts <neil@linux.intel.com>
Bug 1189 - Backface culling
GValue *value)
{
value->data[0].v_pointer = CLUTTER_PARAM_SPEC_COLOR (pspec)->default_value;
+ value->data[1].v_uint = G_VALUE_NOCOPY_CONTENTS;
}
static gint