mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
2007-10-25 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-script-parser.c: Unset the GValue when getting a ClutterUnit from a JSON node.
This commit is contained in:
parent
7b242370f0
commit
5a260b7ac3
@ -1,3 +1,8 @@
|
||||
2007-10-25 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-script-parser.c: Unset the GValue when
|
||||
getting a ClutterUnit from a JSON node.
|
||||
|
||||
2007-10-25 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-behaviour-bspline.c: Implement the
|
||||
|
@ -284,6 +284,8 @@ get_units_from_node (JsonNode *node)
|
||||
break;
|
||||
}
|
||||
|
||||
g_value_unset (&value);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user