Closed
Bug 333551
Opened 20 years ago
Closed 18 years ago
oom leaks in nsXInstaller::ParseConfig
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: timeless, Unassigned)
References
()
Details
(Keywords: memory-leak)
i found this on my own i tell yah. but it's probably in coverity's list.
parser and cfg are leaked if parser->GetError() returns an error.
Comment 1•20 years ago
|
||
parser is leaked even if parser->getError() doesn't return an error (that one would be fixed by 242394)
Assignee: xpi-engine → nobody
Component: Installer: XPInstall Engine → Installer
Product: Core → Firefox
QA Contact: installer
Comment 2•18 years ago
|
||
This file is gone now that bug 344236 is fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•