Closed
Bug 715618
Opened 14 years ago
Closed 14 years ago
SharedLibrary operator= doesn't handle self assignment properly
Categories
(Core :: Gecko Profiler, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: BenWa, Assigned: BenWa)
References
Details
Attachments
(1 file, 1 obsolete file)
1.54 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Attachment #586174 -
Flags: review?(jmuizelaar) → review+
Comment 2•14 years ago
|
||
Actually, don't you need a free() as well?
SharedLibrary x(...,"x");
SharedLibrary y(...,"y");
x = y;
the copy of "x" leaks?
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #586174 -
Attachment is obsolete: true
Attachment #586242 -
Flags: review?(matspal)
Updated•14 years ago
|
Attachment #586242 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Assignee | ||
Updated•12 years ago
|
Component: General → Gecko Profiler
You need to log in
before you can comment on or make changes to this bug.
Description
•