mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
xml-formatter: Don't leak children_props
By going through the cleanup code-path CID #1212146
This commit is contained in:
parent
b2c8a9efb3
commit
8da506f931
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ wrong_properties:
|
||||||
G_MARKUP_ERROR_INVALID_CONTENT,
|
G_MARKUP_ERROR_INVALID_CONTENT,
|
||||||
"element '%s', Effect %s properties '%s', could no be deserialized",
|
"element '%s', Effect %s properties '%s', could no be deserialized",
|
||||||
element_name, asset_id, properties);
|
element_name, asset_id, properties);
|
||||||
return;
|
goto out;
|
||||||
|
|
||||||
wrong_children_properties:
|
wrong_children_properties:
|
||||||
g_set_error (error, G_MARKUP_ERROR,
|
g_set_error (error, G_MARKUP_ERROR,
|
||||||
|
|
Loading…
Reference in a new issue