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:
Emmanuele Bassi 2007-10-25 15:14:06 +00:00
parent 7b242370f0
commit 5a260b7ac3
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -284,6 +284,8 @@ get_units_from_node (JsonNode *node)
break;
}
g_value_unset (&value);
return retval;
}