Closed
Bug 9854
Opened 26 years ago
Closed 25 years ago
[malloc] memory allocation problems - oji
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: chofmann, Assigned: edburns)
References
Details
Attachments
(1 file)
1.03 KB,
patch
|
Details | Diff | Splinter Review |
malloc] memory allocation problems - oji
check bug 8227 for more details on what needs to be done to this code
s:/mozilla/modules/oji/src/jvmmgr.cpp
Deref-error: "securityContext", line 518
s:/mozilla/modules/oji/src/lcglue.cpp
Deref-error: "pSecInfoNew", line 371
Deref-error: "pSecInfoNew", line 372
Deref-error: "pSecInfoNew", line 373
Deref-error: "pSecInfoNew", line 374
Deref-error: "pSecInfoNew", line 375
Deref-error: "pSecInfoNew", line 377
Deref-error: "pSecInfoNew", line 378
Deref-error: "pSecInfoNew", line 385
Deref-error: "pSecInfoNew", line 386
s:/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp
Deref-error: "peer", line 1870
Deref-error: "pluginTag", line 2235
Deref-error: "pluginTag", line 2240
Deref-error: "pluginTag", line 2241
Deref-error: "pluginTag", line 2242
Deref-error: "pluginTag", line 2243
Deref-error: "pluginTag", line 2244
Deref-error: "pluginTag", line 2245
Deref-error: "pluginTag", line 2246
Deref-error: "pluginTag", line 2247
Deref-error: "pluginTag", line 2248
Deref-error: "pluginTag", line 2249
Deref-error: "pluginTag", line 2252
Deref-error: "pluginTag", line 2253
Deref-error: "pluginTag", line 2254
Reporter | ||
Updated•26 years ago
|
Summary: malloc] memory allocation problems - oji → [malloc] memory allocation problems - oji
Reporter | ||
Updated•25 years ago
|
Target Milestone: M13 → M14
Reporter | ||
Comment 1•25 years ago
|
||
move to m14. let me know if fixes are available. thx.
Comment 3•25 years ago
|
||
Looks okay to me. r=bruce ... I'd look into the use of the raw AddRef() and
Release() methods and see if there's a reason that code isn't using NS_ADDREF()
and NS_RELEASE().
I'm going to leave the AddRef() as is and clean it up, along with other XPCOM
no-nos later.
Checked in fix.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•