2007-11-01 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-script.c: Do not keep ownership of the pixbufs we load.
This commit is contained in:
@ -768,7 +768,7 @@ clutter_script_parse_node (ClutterScript *script,
|
||||
}
|
||||
else
|
||||
{
|
||||
g_value_set_object (value, pixbuf);
|
||||
g_value_take_object (value, pixbuf);
|
||||
retval = TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user