Closed
Bug 3739
Opened 26 years ago
Closed 25 years ago
MLK: 34 bytes leaked -lots of leaks in event handling.
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: bruce, Assigned: joki)
References
Details
Build/pull from March 14, 1999.
MLK: 34 bytes leaked at 0x98fd08
* This memory was allocated from:
malloc [rtlib.o]
JS_malloc [jsapi.c:728]
js_InflateString [jsstr.c:2282]
js_Atomize [jsatom.c:519]
JS_SetProperty [jsapi.c:1516]
NS_InitEventClass [nsJSEvent.cpp:1178]
NS_NewScriptEvent [nsJSEvent.cpp:1227]
nsJSEventListener::ProcessEvent(nsIDOMEvent*) [nsJSEventListener.cpp:92]
nsEventListenerManager::HandleEvent(nsIPresContext&,nsEvent*,nsIDOMEvent**,nsEve
ntStatus&) [nsEventListenerManager.cpp:390]
nsGenericElement::HandleDOMEvent(nsIPresContext&,nsEvent*,nsIDOMEvent**,unsigned
int,nsEventStatus&) [nsGenericElement.cpp:748]
nsHTMLInputElement::HandleDOMEvent(nsIPresContext&,nsEvent*,nsIDOMEvent**,unsign
ed int,nsEventStatus&) [nsHTMLInputElement.cpp:474]
PresShell::HandleEvent(nsIView*,nsGUIEvent*,nsEventStatus&)
[nsPresShell.cpp:1922]
nsView::HandleEvent(nsGUIEvent*,unsigned int,nsEventStatus&)
[nsView.cpp:824]
nsView::HandleEvent(nsGUIEvent*,unsigned int,nsEventStatus&)
[nsView.cpp:806]
nsView::HandleEvent(nsGUIEvent*,unsigned int,nsEventStatus&)
[nsView.cpp:806]
nsView::HandleEvent(nsGUIEvent*,unsigned int,nsEventStatus&)
[nsView.cpp:806]
nsScrollingView::HandleEvent(nsGUIEvent*,unsigned int,nsEventStatus&)
[nsScrollingView.cpp:874]
nsView::HandleEvent(nsGUIEvent*,unsigned int,nsEventStatus&)
[nsView.cpp:806]
nsViewManager::DispatchEvent(nsGUIEvent*,nsEventStatus&)
[nsViewManager.cpp:1707]
HandleEvent(nsGUIEvent*) [nsView.cpp:63]
nsWidget::DispatchEvent(nsGUIEvent*,nsEventStatus&) [nsWidget.cpp:818]
nsWidget::DispatchWindowEvent(nsGUIEvent*) [nsWidget.cpp:778]
nsWindow::OnKey(nsKeyEvent&) [nsWindow.cpp:459]
handle_key_release_event(_GtkWidget*,_GdkEventKey*,void*)
[nsGtkEventHandler.cpp:848]
gtk_marshal_BOOL__POINTER [gtkmarshal.c:32]
gtk_handlers_run [gtksignal.c:1909]
gtk_signal_real_emit [gtksignal.c:1469]
gtk_signal_emit [gtksignal.c:552]
gtk_widget_event [gtkwidget.c:2784]
gtk_window_key_release_event [gtkwindow.c:1123]
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
Working on this.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M9
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M11
Assignee | ||
Comment 2•26 years ago
|
||
Not fixing this now.
Updated•25 years ago
|
Summary: MLK: lots of leaks in event handling. → MLK: 34 bytes leaked -lots of leaks in event handling.
Assignee | ||
Comment 3•25 years ago
|
||
We've hit some leak fixes. I think with the fix coming in bug 18067 and this
one we should be good. Moving to m12 to match 18067
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•25 years ago
|
||
Well I think this got picked up in the 18067 event listener leak fixes. I'm
going to mark it fixed.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•