]> git.sesse.net Git - movit/commit
Fix a leak if ResampleEffect is destroyed before being put on a chain.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 7 Aug 2017 07:32:21 +0000 (09:32 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 7 Aug 2017 07:32:59 +0000 (09:32 +0200)
commit11f2afecc201d7c4c845f5782059860ce3209a28
tree5b687e68ff1730642f20bae74a9a4ff45b2e554f
parent7f1fabb816ee5010be83abf5da58e92429609547
Fix a leak if ResampleEffect is destroyed before being put on a chain.

FFTConvolutionEffect remembered this, but ResampleEffect did not.
Patch by Dan Dennedy.
resample_effect.cpp
resample_effect.h