Closed
Bug 45895
Opened 25 years ago
Closed 25 years ago
Leaking contents of nsPluginInfo struct
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: beard, Assigned: serhunt)
References
()
Details
(Whiteboard: Fix in hand [nsbeta3+])
Attachments
(1 file)
|
1.29 KB,
patch
|
Details | Diff | Splinter Review |
nsPluginFile::FreePluginInfo(nsPluginInfo& info) doesn't free any of the
dynamically allocated arrays allocated by
nsPluginFile::GetPluginInfo(nsPluginInfo& info). See the BLAME URL above for a
pointer to the code that allocates leaking data.
Chris, if you have already filed the same thing for nsPluginDirUNIX.cpp, could
you please resolve duplications?
| Reporter | ||
Comment 2•25 years ago
|
||
Here's a fix.
| Reporter | ||
Comment 3•25 years ago
|
||
Changin platform to all, since UNIX also leaks and Windows need some clean up in
nsPluginInfo struct. Fix is in hand so ominating for Beta 3.
Status: NEW → ASSIGNED
Keywords: nsbeta3
OS: Mac System 9.0 → All
Whiteboard: Fix in hand
Target Milestone: --- → M18
Checked in. The change also fixes leak on Unix and cleans up nsPluginInfo struct
in general. Leak on Windows has already been fixed earlier.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•