mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
ges-project: Don't leak string
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3428>
This commit is contained in:
parent
40d9858371
commit
ba5beb55ab
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ ges_project_try_updating_id (GESProject * project, GESAsset * asset,
|
|||
"and error: %s", g_type_name (G_OBJECT_TYPE (asset)), id,
|
||||
error->message);
|
||||
_send_error_loading_asset (project, asset, error);
|
||||
|
||||
g_free (new_id);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue