user32: Add missing call to GlobalUnlock in render_synthesized_enhmetafile.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5eb8217f6d
commit
4e63a5bf8f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue