Hans Leidekker (@hans) commented about dlls/wbemprox/tests/query.c:
IWbemClassObject_Release( out );
}
+static void test_Win32_Process_query( IWbemServices *services ) +{
- WCHAR query_buffer[100];
- WCHAR executable_path[255];
- BSTR wql = SysAllocString( L"wql" ), query;
- HRESULT hr;
Please merge this test with test_Win32_Process().