plug test leak
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 28 Feb 2007 12:57:42 +0000 (12:57 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 28 Feb 2007 12:57:42 +0000 (12:57 +0000)
Original commit message from CVS:
plug test leak

tests/check/generic/states.c

index a9f217e..c13f3dd 100644 (file)
@@ -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);
 }