xml-formatter: Don't leak children_props

By going through the cleanup code-path

CID #1212146
This commit is contained in:
Edward Hervey 2014-05-13 14:30:39 +02:00
parent b2c8a9efb3
commit 8da506f931

View file

@ -617,7 +617,7 @@ wrong_properties:
G_MARKUP_ERROR_INVALID_CONTENT,
"element '%s', Effect %s properties '%s', could no be deserialized",
element_name, asset_id, properties);
return;
goto out;
wrong_children_properties:
g_set_error (error, G_MARKUP_ERROR,