tests: fix caps leak in audioresample tests

This commit is contained in:
Tim-Philipp Müller 2011-12-01 01:22:19 +00:00
parent c58d4f54d6
commit 3c87d7dc77

View file

@ -1045,6 +1045,7 @@ run_fft_pipeline (int inrate, int outrate, int quality, int width, gboolean fp,
/* cleanup */
gst_buffer_unref (inbuffer);
gst_caps_unref (caps);
cleanup_audioresample (audioresample);
}