mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
tests: fix caps leak in audioresample tests
This commit is contained in:
parent
c58d4f54d6
commit
3c87d7dc77
1 changed files with 1 additions and 0 deletions
|
@ -1045,6 +1045,7 @@ run_fft_pipeline (int inrate, int outrate, int quality, int width, gboolean fp,
|
||||||
|
|
||||||
/* cleanup */
|
/* cleanup */
|
||||||
gst_buffer_unref (inbuffer);
|
gst_buffer_unref (inbuffer);
|
||||||
|
gst_caps_unref (caps);
|
||||||
cleanup_audioresample (audioresample);
|
cleanup_audioresample (audioresample);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue