user32: Add a missing HeapFree.
This commit is contained in:
parent
908eab4f1f
commit
f1ea9f6e79
|
@ -187,6 +187,7 @@ int WINAPI SetWindowRgn( HWND hwnd, HRGN hrgn, BOOL bRedraw )
|
|||
ret = !wine_server_call_err( req );
|
||||
}
|
||||
SERVER_END_REQ;
|
||||
HeapFree( GetProcessHeap(), 0, data );
|
||||
}
|
||||
else /* clear existing region */
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue