Closed
Bug 9866
Opened 26 years ago
Closed 25 years ago
[malloc] memory allocation problems - xpfe
Categories
(SeaMonkey :: UI Design, defect, P2)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: chofmann, Assigned: law)
References
Details
malloc] memory allocation problems - xpfe
check bug 8227 for more details on what needs to be done to this code
s:/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp
Deref-error: "menuDelegate", line 728
Deref-error: "menuDelegate", line 729
Deref-error: "menuDelegate", line 730
Deref-error: "menuDelegate", line 731
s:/mozilla/xpfe/components/find/src/nsFindComponent.cpp
Deref-error: "dialog", line 671
s:/mozilla/xpfe/components/ucth/src/nsUnknownContentTypeHandler.cpp
Deref-error: "dialog", line 244
Reporter | ||
Updated•26 years ago
|
Summary: malloc] memory allocation problems - xpfe → [malloc] memory allocation problems - xpfe
Assignee: don → radha
Component: other → XPApps
OS: Windows 95 → All
Priority: P3 → P2
Hardware: PC → All
Target Milestone: M9
Radha, can you take care of this for M9? If not, re-assign to Bill for M10.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Assignee: radha → law
Status: ASSIGNED → NEW
Comment 2•26 years ago
|
||
I don't quite see a need to fix the menu delegate thing. For other files, the
line number seems a littlle mismatched. Reassigning to Bill, since he knows
better.
I've fixed the menuDelegate thing in my tree (it needs fixing because if the
allocation fails, we'll crash dereferencing the pointer). The problem in
nsFindComponent has gone away (not in most recent report). There is a false
positive in the report about nsStreamTransfer.cpp but I'll ignore that.
I'll check in my fix and mark this resolved soon.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Mac memory leaks not a big problem anymore. Browser automation running...looks
good. Marking Verified.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•