plug test leak

Original commit message from CVS:
plug test leak
This commit is contained in:
Thomas Vander Stichele 2007-02-28 12:57:46 +00:00
parent eb6d2476c6
commit 561f78ed7f

View file

@ -97,7 +97,9 @@ GST_START_TEST (test_state_changes)
gst_element_set_state (element, GST_STATE_NULL); gst_element_set_state (element, GST_STATE_NULL);
gst_object_unref (GST_OBJECT (element)); gst_object_unref (GST_OBJECT (element));
} }
gst_plugin_feature_list_free (features);
} }
gst_plugin_list_free (plugins);
g_strfreev (ignorelist); g_strfreev (ignorelist);
} }