Commit 9d593b11 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

wbemprox: Free server on exit (Coverity).

parent 423a8ccc
......@@ -193,6 +193,7 @@ static HRESULT WINAPI wbem_locator_ConnectServer(
hr = WbemServices_create( NULL, namespace, (void **)ppNamespace );
heap_free( namespace );
heap_free( server );
if (SUCCEEDED( hr ))
return WBEM_NO_ERROR;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment