Opened 11 years ago
Closed 5 years ago
#6798 closed defect (fixed)
HUGO: SCRIPT.FON not closed on RTL
| Reported by: | misterhands | Owned by: | ccawley2011 |
|---|---|---|---|
| Priority: | high | Component: | Engine: Hugo |
| Version: | Keywords: | ||
| Cc: | Game: | Hugo |
Description
ScummVM 1.8.0git2727-g666a4f3 (Feb 3 2015 21:52:09) Features compiled in: TAINTED Vorbis FLAC MP3 RGB zLib MPEG2 FluidSynth Theora AAC FreeType2 JPEG PNG
Hugo 1 DOS
SCRIPT.FON is not closed on RTL.
Ticket imported from: bugs/6798.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 5 years ago
| Priority: | normal → high |
|---|
comment:3 by , 5 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
This has been fixed in 948c555ea616821ed7c2678ad406ed5bea392339
Note:
See TracTickets
for help on using tickets.

Graphics::WinFont _font is called with loadFromFON() to do this...
This might be a leak or failure to close file handle in graphics/fonts/winfont.cpp code? Or it could be due to the Graphics::WinFont object being created at object instantiation?