did delete NtGdiDeleteObjectApp at end of NtGdiCloseEnhMetaFile by mistake. radding it

svn path=/trunk/; revision=24177
This commit is contained in:
Magnus Olsen 2006-09-17 20:42:59 +00:00
parent fa61787952
commit 45f71f78c8

View file

@ -202,6 +202,7 @@ NtGdiCloseEnhMetaFile(HDC hDC)
Dc->emh = NULL; /* So it won't be deleted */
DC_UnlockDc(Dc);
NtGdiDeleteObjectApp(hDC);
return hmf;
}