Closed
Bug 53585
Opened 24 years ago
Closed 24 years ago
leak in font metrics
Categories
(SeaMonkey :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: jud, Assigned: erik)
References
Details
(Keywords: memory-leak)
from jfrancis:
erik checkin to nsFontMetricsGTK.cpp is another: missing release for "converter"
in routine "CheckMap()". Also an old leak like that one a few lines down.
Reporter | ||
Comment 1•24 years ago
|
||
tagging.
maybe a comptr is in need here?
Updated•24 years ago
|
Summary: leam in font metrics → leak in font metrics
Assignee | ||
Comment 2•24 years ago
|
||
Yes, an nsCOMPtr was needed there, and has been checked in. I'm going to look
into the other one a few lines down, but since that's an old one, I'm down-
grading this bug.
Severity: blocker → critical
Status: NEW → ASSIGNED
Priority: P1 → P2
Target Milestone: --- → Future
Comment 3•24 years ago
|
||
why is this a smoketest bug?
Assignee | ||
Comment 4•24 years ago
|
||
I fixed the new leak, so this is no longer a smoketest bug.
Keywords: smoketest
Comment 5•24 years ago
|
||
mark this as fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•