Closed
Bug 114171
Opened 23 years ago
Closed 17 years ago
[Win Widget] leak nsNativeDragTarget
Categories
(Core :: Widget: Win32, defect, P2)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: dbaron, Assigned: sharparrow1)
Details
(Keywords: memory-leak)
Attachments
(3 files)
2.52 KB,
patch
|
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
18.56 KB,
text/plain
|
Details | |
928 bytes,
patch
|
Biesinger
:
review+
Biesinger
:
superreview+
dbaron
:
approval1.9+
|
Details | Diff | Splinter Review |
We leak an nsNativeDragTarget somehow -- it might be that we're calling system
functions that cause it to be |AddRef|ed and then not |Release|d. I might get
a chance to look into this some more. If not, I at least have some logging
code.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
2 objects are leaked. The trees look pretty much the same.
Comment 3•23 years ago
|
||
Comment on attachment 60919 [details] [diff] [review]
refcount logging
r=/sr=jag
Attachment #60919 -
Flags: superreview+
Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Comment 4•23 years ago
|
||
r=rods
Reporter | ||
Comment 5•23 years ago
|
||
I checked in the logging. Since I don't have access to a Windows machine
anymore, giving this to rods, although it should probably be low-priority and
might even be a Windows bug/feature.
Assignee: dbaron → rods
Severity: normal → minor
Status: ASSIGNED → NEW
Comment 6•23 years ago
|
||
Which part did you check in?
Do I need to check in these windows files?
Status: NEW → ASSIGNED
Summary: [Win Widget] leak nsNativeDragTarget → [FIX][Win Widget] leak nsNativeDragTarget
Target Milestone: --- → mozilla0.9.8
Reporter | ||
Comment 7•23 years ago
|
||
There's no fix. I checked in the patch in attachment 60919 [details] [diff] [review], but that patch just
adds logging so that one can see the problem better.
Summary: [FIX][Win Widget] leak nsNativeDragTarget → [Win Widget] leak nsNativeDragTarget
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 8•23 years ago
|
||
Moving to Moz1.1. Engineers are overloaded with higher priority bugs.
Target Milestone: mozilla1.0 → mozilla1.1
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: mozilla1.1 → Future
Assignee | ||
Comment 9•17 years ago
|
||
Pretty straightforward; I don't know who's the best person to ask for review in Windows widget code these days.
Justification of the patch: there are two places we set mWnd to null; one is where this patch is, and the other one has an EnableDragDrop(PR_FALSE) call already.
Note that this is basically the only consistent contributor to Rlk on Windows.
Assignee: rods → sharparrow1
Attachment #274112 -
Flags: review?(cbiesinger)
Updated•17 years ago
|
Attachment #274112 -
Flags: review?(cbiesinger) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #274112 -
Flags: superreview?(cbiesinger)
Updated•17 years ago
|
Attachment #274112 -
Flags: superreview?(cbiesinger) → superreview+
Assignee | ||
Comment 10•17 years ago
|
||
Comment on attachment 274112 [details] [diff] [review]
Patch
Fix for a minor leak, low-risk (the extra call does nothing if it isn't needed).
Attachment #274112 -
Flags: approval1.9?
Assignee | ||
Updated•17 years ago
|
Component: XP Toolkit/Widgets → Widget: Win32
QA Contact: jrgmorrison → win32
Reporter | ||
Comment 11•17 years ago
|
||
Comment on attachment 274112 [details] [diff] [review]
Patch
a19=dbaron
Attachment #274112 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 12•17 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•