Commit 4e63a5bf authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

user32: Add missing call to GlobalUnlock in render_synthesized_enhmetafile.

parent 5eb8217f
......@@ -348,6 +348,8 @@ static HANDLE render_synthesized_enhmetafile( HANDLE data )
ret = SetWinMetaFileBits( size, bits, NULL, pict );
HeapFree( GetProcessHeap(), 0, bits );
}
GlobalUnlock( data );
return ret;
}
......
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