diff --git a/reactos/subsystems/win32/win32k/objects/bitblt.c b/reactos/subsystems/win32/win32k/objects/bitblt.c index 3bb33d6bbac..f685b1163e5 100644 --- a/reactos/subsystems/win32/win32k/objects/bitblt.c +++ b/reactos/subsystems/win32/win32k/objects/bitblt.c @@ -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);