scaletempo: Free the various buffers in GstBaseTransform::stop()
authorSebastian Dröge <sebastian@centricular.com>
Fri, 25 Dec 2015 10:41:19 +0000 (11:41 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 25 Dec 2015 10:41:19 +0000 (11:41 +0100)
commit903c431d6d4ac6ca802306361144230057c232bd
tree17094b6dc07f456fcdde793ed18677c125fd8684
parent75f21c86988bed75495bc263330bb4f9b88d95ad
scaletempo: Free the various buffers in GstBaseTransform::stop()

Previously we leaked them completely, but as they're specific to the caps
freeing them in stop() instead of finalize() makes most sense.
gst/audiofx/gstscaletempo.c