module-equalizer-sink: use fftwf_free in all the right places
authorJason Newton <nevion@gmail.com>
Fri, 5 Dec 2014 08:38:30 +0000 (08:38 +0000)
committerDavid Henningsson <david.henningsson@canonical.com>
Mon, 8 Dec 2014 09:25:40 +0000 (10:25 +0100)
commit7201c9be982917bc93a37eca7c47d87bf625ecae
treed96e65411d743abd3120a259f1b2882d32d4a8f0
parentd72cb78d4c882c49a613d14af0de505cfeddb6aa
module-equalizer-sink: use fftwf_free in all the right places

Several mallocs were made using fftwf_malloc and were erroneously freed by
pa_xfree. This patch corrects these calls of pa_xfree to fftwf_free.
src/modules/module-equalizer-sink.c