mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
validate: Do not unref twice the same list
Summary: Depends on D166 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D167
This commit is contained in:
parent
2e8552eff0
commit
319e86c81c
1 changed files with 0 additions and 1 deletions
|
@ -2419,7 +2419,6 @@ gst_validate_scenario_dispose (GObject * object)
|
||||||
if (GST_VALIDATE_SCENARIO (object)->pipeline)
|
if (GST_VALIDATE_SCENARIO (object)->pipeline)
|
||||||
g_object_weak_unref (G_OBJECT (GST_VALIDATE_SCENARIO (object)->pipeline),
|
g_object_weak_unref (G_OBJECT (GST_VALIDATE_SCENARIO (object)->pipeline),
|
||||||
(GWeakNotify) _pipeline_freed_cb, object);
|
(GWeakNotify) _pipeline_freed_cb, object);
|
||||||
g_list_free_full (priv->actions, (GDestroyNotify) gst_validate_action_unref);
|
|
||||||
|
|
||||||
if (priv->bus) {
|
if (priv->bus) {
|
||||||
gst_bus_remove_signal_watch (priv->bus);
|
gst_bus_remove_signal_watch (priv->bus);
|
||||||
|
|
Loading…
Reference in a new issue