Commit e4f07868 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

wbemprox: Fix a string leak (Valgrind).

parent ffb9bd9e
......@@ -632,6 +632,7 @@ done:
if (query) release_query( query );
free_path( path );
SysFreeString( antecedent );
heap_free( str );
return hr;
}
......
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