On Tue, Jan 01, 2019 at 17:58:42 -0300, James Almer wrote: > Does the attached (untested) patch fix these two for you? [...] > + if (!this) > + return > + av_freep(&this->imemvtbl); Do add a semicolon after "return" for good measure. ;) Moritz