Closed
Bug 3721
Opened 26 years ago
Closed 26 years ago
MLK: GTK leaking cursors
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: ramiro)
Details
Solaris 2.6, GTK 1.2.0, gcc 2.7.2.3, March 12, pull and build.
nsWidget::SetCursor() allocates new cursor... don't see it get deleted.
MLK: 36 bytes leaked in 3 blocks
* This memory was allocated from:
malloc [rtlib.o]
g_malloc [gmem.c:177]
gdk_cursor_new [gdkcursor.c:41]
nsWidget::SetCursor(nsCursor) [nsWidget.cpp:373]
nsEventStateManager::UpdateCursor(nsIPresContext&,nsPoint&,nsIFrame*,nsE
ventStatus&) [nsEventStateManager.cpp:244]
nsEventStateManager::PreHandleEvent(nsIPresContext&,nsGUIEvent*,nsIFrame
*,nsEventStatus&) [nsEventStateManager.cpp:97]
* Block of 12 bytes (3 times); last block at 0x5e7b00
Comment 1•26 years ago
|
||
This is a GTK specific bug. Please reassign as appropriate.
Comment 2•26 years ago
|
||
This is a GTK specific bug. Please reassign as appropriate.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
You need to log in
before you can comment on or make changes to this bug.
Description
•