"same thing in BmfdUnloadFontFile btw :p"

Thanks Stefam again.

svn path=/trunk/; revision=40080
This commit is contained in:
Timo Kreuzer 2009-03-17 21:39:17 +00:00
parent b12cd7a282
commit baa5b4b9e6

View file

@ -302,12 +302,12 @@ BmfdUnloadFontFile(
DbgPrint("BmfdUnloadFontFile()\n");
/* Free the memory that was allocated for the font */
EngFreeMem(pfile);
/* Unmap the font file */
EngUnmapFontFileFD(pfile->iFile);
/* Free the memory that was allocated for the font */
EngFreeMem(pfile);
return TRUE;
}