mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
validate: transcoding: fix encoding_profile leak
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D980
This commit is contained in:
parent
2c4dcae918
commit
01c2ba564a
1 changed files with 1 additions and 0 deletions
|
@ -976,6 +976,7 @@ exit:
|
|||
|
||||
gst_element_set_state (pipeline, GST_STATE_NULL);
|
||||
g_main_loop_unref (mainloop);
|
||||
g_clear_object (&encoding_profile);
|
||||
g_object_unref (pipeline);
|
||||
g_object_unref (monitor);
|
||||
g_object_unref (runner);
|
||||
|
|
Loading…
Reference in a new issue