mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[WIN32K]
GreGradientFill: don't forget to unlock the DC svn path=/trunk/; revision=47367
This commit is contained in:
parent
24c7a10807
commit
5faac22844
1 changed files with 2 additions and 0 deletions
|
@ -955,6 +955,8 @@ GreGradientFill(
|
|||
if (ppal)
|
||||
PALETTE_UnlockPalette(ppal);
|
||||
|
||||
DC_UnlockDc(pdc);
|
||||
|
||||
return bRet;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue