commit ac482d779e9c591adea53929070dbc9294929cf5 parent 766a36afc7208388bb0b44b2235329d3e9ab837d Author: sfan <sfan5@live.de> Date: Wed, 5 Jul 2017 09:39:16 -0700 Fix av_freep() call Diffstat:
M | src/spek-fft.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spek-fft.h b/src/spek-fft.h @@ -31,7 +31,7 @@ public: virtual ~FFTPlan() { - av_freep(this->input); + av_freep(&this->input); } int get_input_size() const { return this->input_size; }