mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WIN32K]
- clean up EXLATEOBJ before error path in NtGdiBitBlt svn path=/trunk/; revision=48891
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user