- clean up EXLATEOBJ before error path in NtGdiBitBlt

svn path=/trunk/; revision=48891
This commit is contained in:
Jérôme Gardou 2010-09-25 19:53:43 +00:00
parent cfb984e8bb
commit cb3ae7dca0

View file

@ -291,9 +291,9 @@ NtGdiBitBlt(
&DCDest->dclevel.pbrFill->ptOrigin,
ROP3_TO_ROP4(ROP));
cleanup:
if (UsesSource)
EXLATEOBJ_vCleanup(&exlo);
cleanup:
if (UsesSource && hDCSrc != hDCDest)
{
DC_UnlockDc(DCSrc);