mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:06:34 +00:00
[WIN32K]
- clean up EXLATEOBJ before error path in NtGdiBitBlt svn path=/trunk/; revision=48891
This commit is contained in:
parent
cfb984e8bb
commit
cb3ae7dca0
1 changed files with 2 additions and 2 deletions
|
@ -291,9 +291,9 @@ NtGdiBitBlt(
|
||||||
&DCDest->dclevel.pbrFill->ptOrigin,
|
&DCDest->dclevel.pbrFill->ptOrigin,
|
||||||
ROP3_TO_ROP4(ROP));
|
ROP3_TO_ROP4(ROP));
|
||||||
|
|
||||||
cleanup:
|
if (UsesSource)
|
||||||
if (UsesSource)
|
|
||||||
EXLATEOBJ_vCleanup(&exlo);
|
EXLATEOBJ_vCleanup(&exlo);
|
||||||
|
cleanup:
|
||||||
if (UsesSource && hDCSrc != hDCDest)
|
if (UsesSource && hDCSrc != hDCDest)
|
||||||
{
|
{
|
||||||
DC_UnlockDc(DCSrc);
|
DC_UnlockDc(DCSrc);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue