mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +00:00
plug test leak
Original commit message from CVS: plug test leak
This commit is contained in:
parent
85c1dc5c9d
commit
7d42056b8e
1 changed files with 2 additions and 0 deletions
|
@ -97,7 +97,9 @@ GST_START_TEST (test_state_changes)
|
|||
gst_element_set_state (element, GST_STATE_NULL);
|
||||
gst_object_unref (GST_OBJECT (element));
|
||||
}
|
||||
gst_plugin_feature_list_free (features);
|
||||
}
|
||||
gst_plugin_list_free (plugins);
|
||||
g_strfreev (ignorelist);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue