From: Nikolay Sivov Subject: Re: [PATCH 1/6] mf/samplegrabber: Always release cancellation key when timer is invoked. Message-Id: Date: Wed, 5 Jan 2022 14:01:07 +0300 In-Reply-To: <20220104173527.77306-1-dlesho@codeweavers.com> References: <20220104173527.77306-1-dlesho@codeweavers.com> On 1/4/22 20:35, Derek Lesho wrote: > The sample grabber currently leaks the key on the last invokation of the timer, as it is only released when stream_schedule_sample is called. It's also released when sample grabber sink is released. Is that not always enough? Or is that useful when sink is reused for next topology?