From: Steinar H. Gunderson Date: Mon, 7 Aug 2017 07:32:21 +0000 (+0200) Subject: Fix a leak if ResampleEffect is destroyed before being put on a chain. X-Git-Tag: 1.5.3~2 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=11f2afecc201d7c4c845f5782059860ce3209a28;hp=11f2afecc201d7c4c845f5782059860ce3209a28 Fix a leak if ResampleEffect is destroyed before being put on a chain. FFTConvolutionEffect remembered this, but ResampleEffect did not. Patch by Dan Dennedy. ---