mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
"same thing in BmfdUnloadFontFile btw :p"
Thanks Stefam again. svn path=/trunk/; revision=40080
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user