mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ges-launcher: Don't leak string
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3428>
This commit is contained in:
parent
615fbb3f10
commit
5a08b22026
1 changed files with 1 additions and 0 deletions
|
@ -1087,6 +1087,7 @@ _run_pipeline (GESLauncher * self)
|
||||||
if (!ges_project_load (project, self->priv->timeline, NULL)) {
|
if (!ges_project_load (project, self->priv->timeline, NULL)) {
|
||||||
ges_printerr ("Could not load timeline: %s\n",
|
ges_printerr ("Could not load timeline: %s\n",
|
||||||
opts->sanitized_timeline);
|
opts->sanitized_timeline);
|
||||||
|
g_clear_pointer (&opts->sanitized_timeline, &g_free);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue