mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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,
|
||||
ROP3_TO_ROP4(ROP));
|
||||
|
||||
cleanup:
|
||||
if (UsesSource)
|
||||
if (UsesSource)
|
||||
EXLATEOBJ_vCleanup(&exlo);
|
||||
cleanup:
|
||||
if (UsesSource && hDCSrc != hDCDest)
|
||||
{
|
||||
DC_UnlockDc(DCSrc);
|
||||
|
|
Loading…
Reference in a new issue