mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
validate-scenario: Don't leak temporary local variables structures
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3319>
This commit is contained in:
parent
f4d0537b3e
commit
2114490b9b
1 changed files with 2 additions and 0 deletions
|
@ -4162,6 +4162,8 @@ gst_validate_foreach_prepare (GstValidateAction * action)
|
|||
g_value_copy (it_value, &subact->priv->it_value);
|
||||
}
|
||||
}
|
||||
|
||||
gst_structure_free (lvariables);
|
||||
}
|
||||
g_list_free_full (actions, (GDestroyNotify) gst_structure_free);
|
||||
|
||||
|
|
Loading…
Reference in a new issue