mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
"same thing in BmfdUnloadFontFile btw :p"
Thanks Stefam again. svn path=/trunk/; revision=40080
This commit is contained in:
parent
b12cd7a282
commit
baa5b4b9e6
1 changed files with 3 additions and 3 deletions
|
@ -302,12 +302,12 @@ BmfdUnloadFontFile(
|
||||||
|
|
||||||
DbgPrint("BmfdUnloadFontFile()\n");
|
DbgPrint("BmfdUnloadFontFile()\n");
|
||||||
|
|
||||||
/* Free the memory that was allocated for the font */
|
|
||||||
EngFreeMem(pfile);
|
|
||||||
|
|
||||||
/* Unmap the font file */
|
/* Unmap the font file */
|
||||||
EngUnmapFontFileFD(pfile->iFile);
|
EngUnmapFontFileFD(pfile->iFile);
|
||||||
|
|
||||||
|
/* Free the memory that was allocated for the font */
|
||||||
|
EngFreeMem(pfile);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue