aacparse: Fix memory leak in the test

This commit is contained in:
Sebastian Dröge 2014-04-16 17:35:42 +02:00
parent 74c23f0f4f
commit 6c02593386

View file

@ -226,6 +226,8 @@ GST_START_TEST (test_parse_proxy_constraints)
gst_object_unref (sinkpad);
gst_object_unref (filter);
gst_object_unref (parse);
}
GST_END_TEST;