mirror of
https://github.com/alexkay/spek.git
synced 2025-04-14 15:57:14 +03:00
Fix av_freep() call
This commit is contained in:
parent
766a36afc7
commit
ac482d779e
@ -31,7 +31,7 @@ public:
|
||||
|
||||
virtual ~FFTPlan()
|
||||
{
|
||||
av_freep(this->input);
|
||||
av_freep(&this->input);
|
||||
}
|
||||
|
||||
int get_input_size() const { return this->input_size; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user