mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
ges-structured-interface: fix double free
This was introduced in commit 6233eb0f
This commit is contained in:
parent
04af62b70f
commit
ff16221df5
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ _check_fields (GstStructure * structure, FieldsError fields_error,
|
|||
|
||||
g_list_free (fields_error.invalid_fields);
|
||||
g_string_free (msg, TRUE);
|
||||
g_list_free (fields_error.invalid_fields);
|
||||
fields_error.invalid_fields = NULL;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue