mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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