[PATCH] quartz/tests: Fix resource leak.

Alexandre Julliard julliard at winehq.org
Thu Dec 28 14:27:23 CST 2017


Andrey Gusev <andrey.goosev at gmail.com> writes:

> @@ -487,7 +487,7 @@ static void test_render_with_multithread(void)
>      IGraphBuilder_Release(graph_builder);
>      IClassFactory_Release(classfactory);
>      CoUninitialize();
> -    return;
> +    return thread;

This doesn't make any sense, it won't even compile.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list