Closed
Bug 376265
Opened 18 years ago
Closed 18 years ago
Memory leak in Uniscribe::Itemize mItems
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: philip, Assigned: pavlov)
Details
(Keywords: memory-leak)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a4pre) Gecko/20070401 Minefield/3.0a4pre
Build Identifier:
In gfx/thebes/src/gfxWindowsFonts.cpp (on the trunk), the Uniscribe class mallocs/reallocs mItems but never frees it.
Reproducible: Always
Updated•18 years ago
|
Flags: blocking1.9?
| Assignee | ||
Updated•18 years ago
|
Assignee: nobody → pavlov
| Assignee | ||
Comment 1•18 years ago
|
||
checked in fix (free(mItems) in destructor) as part of 376300
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: blocking1.9?
You need to log in
before you can comment on or make changes to this bug.
Description
•