Closed
Bug 13740
Opened 25 years ago
Closed 25 years ago
MLK: - 16 bytes leaked- NS_NewLayoutHistoryState
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
WORKSFORME
M11
People
(Reporter: bruce, Assigned: nisheeth_mozilla)
References
Details
Solaris 2.6, gcc 2.7.2.3. Build from September 13, 1999. Opened viewer, loaded
initial page, went to www.visa.com, selected the 'back to school' specials link,
quit.
MLK: 16 bytes leaked at 0x3c1b20
* This memory was allocated from:
malloc [rtlib.o]
__bUiLtIn_nEw [libraptorgfx.so]
__builtin_new [rtlib.o]
NS_NewLayoutHistoryState(nsILayoutHistoryState**)
[nsLayoutHistoryState.cpp:76]
PresShell::GetHistoryState(nsILayoutHistoryState**)
[nsPresShell.cpp:1584]
nsWebShell::GetHistoryState(nsISupports**) [nsWebShell.cpp:2957]
nsWebShell::LoadURI(nsIURI*,const char*,nsIInputStream*,int,unsigned
int,unsigned int,nsISupports*) [nsWebShell.cpp:2355]
nsWebShell::LoadURL(const unsigned short*,const
char*,nsIInputStream*,int,unsigned int,unsigned int,nsISupports*)
[nsWebShell.cpp:2495]
nsBrowserWindow::GoTo(const unsigned short*,const char*)
[nsBrowserWindow.cpp:705]
HandleLocationEvent(nsGUIEvent*) [nsBrowserWindow.cpp:399]
nsWidget::DispatchEvent(nsGUIEvent*,nsEventStatus&) [nsWidget.cpp:1095]
nsWidget::DispatchWindowEvent(nsGUIEvent*) [nsWidget.cpp:1009]
nsTextWidget::OnKey(nsKeyEvent&) [nsTextWidget.cpp:111]
handle_key_release_event_for_text(_GtkWidget*,_GdkEventKey*,void*)
[nsGtkEventHandler.cpp:661]
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]
gtk_marshal_BOOL__POINTER [gtkmarshal.c:32]
gtk_signal_real_emit [gtksignal.c:1484]
gtk_signal_emit [gtksignal.c:552]
gtk_widget_event [gtkwidget.c:2784]
gtk_propagate_event [gtkmain.c:1280]
gtk_main_do_event [gtkmain.c:752]
gdk_event_dispatch [gdkevents.c:2086]
g_main_dispatch [gmain.c:647]
g_main_iterate [gmain.c:854]
g_main_run [gmain.c:912]
Updated•25 years ago
|
Summary: MLK: NS_NewLayoutHistoryState → MLK: - 16 bytes leaked- NS_NewLayoutHistoryState
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
Assignee | ||
Comment 1•25 years ago
|
||
Acccepting bug and setting milestone to M12...
Assignee | ||
Updated•25 years ago
|
Target Milestone: M12 → M11
Assignee | ||
Comment 2•25 years ago
|
||
Bringing this in to M11 based on our increased focus on getting rid of memory
leaks by the end of this week.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 3•25 years ago
|
||
Warren fixed this. It resulted in a regression that was fixed by the fix to bug
14967. Marking this worksforme.
Comment 4•25 years ago
|
||
Nisheeth, I not sure how I can verify this fix. Could you please mark it as
verify ?
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 5•25 years ago
|
||
Marking verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•