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:
@@ -284,6 +284,8 @@ get_units_from_node (JsonNode *node)
|
||||
break;
|
||||
}
|
||||
|
||||
g_value_unset (&value);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user