1
0
Fork 0

analysis: ClutterScriptParser

We parse a JSON value depending on the initial state of an uninitialized
variable. Ouch.
This commit is contained in:
Emmanuele Bassi 2010-02-11 15:17:53 +00:00
parent 4d9010dd5e
commit 136e8c1acb

View file

@ -1539,8 +1539,8 @@ apply_child_properties (ClutterScript *script,
{
PropertyInfo *pinfo = l->data;
GValue value = { 0, };
gboolean res = FALSE;
const gchar *name;
gboolean res;
if (!pinfo->is_child)
{