[PATCH] qcap: Fix a COM reference leak in the audiorecord test.

Zebediah Figura z.figura12 at gmail.com
Mon Apr 22 12:51:16 CDT 2019


On 04/22/2019 02:38 AM, Damjan Jovanovic wrote:
> Signed-off-by: Damjan Jovanovic <damjan.jov at gmail.com>
> ---
>  dlls/qcap/tests/audiorecord.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> 
> 
> 

Thanks for finding the leak. "filter" can never be NULL at that point,
and we also want to test that we really are releasing the last
reference. I've sent an updated patch that addresses these.



More information about the wine-devel mailing list