diff --git a/src/spek-fft.h b/src/spek-fft.h index 990e482..409263e 100644 --- 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; }