GreGradientFill: don't forget to unlock the DC

svn path=/trunk/; revision=47367
This commit is contained in:
Timo Kreuzer 2010-05-26 22:33:10 +00:00
parent 24c7a10807
commit 5faac22844

View file

@ -955,6 +955,8 @@ GreGradientFill(
if (ppal)
PALETTE_UnlockPalette(ppal);
DC_UnlockDc(pdc);
return bRet;
}