mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
did delete NtGdiDeleteObjectApp at end of NtGdiCloseEnhMetaFile by mistake. radding it
svn path=/trunk/; revision=24177
This commit is contained in:
parent
fa61787952
commit
45f71f78c8
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ NtGdiCloseEnhMetaFile(HDC hDC)
|
|||
|
||||
Dc->emh = NULL; /* So it won't be deleted */
|
||||
DC_UnlockDc(Dc);
|
||||
NtGdiDeleteObjectApp(hDC);
|
||||
return hmf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue