This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 165088

Summary: Memory leak in OQLEditor
Product: profiler Reporter: Tomas Hurka <thurka>
Component: BaseAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Hurka 2009-05-13 16:21:46 UTC
Steps:
1) Open a few heap dumps in heapwalker
2) close all heap dumps
3) take heap dump 
4) Every instance of HprofHeap is held in memory probably by OQLEditor
Comment 1 Tomas Hurka 2009-05-15 14:50:52 UTC
Fixed in profiler-main.
changeset:   131487:ea223d3971e2
user:        Tomas Hurka <thurka@netbeans.org>
date:        Fri May 15 14:50:40 2009 +0200
summary:     bugfix #165088, use WeakListeners.propertyChange() when registering property change listener to OQLEditorImpl

Comment 2 Quality Engineering 2009-05-20 07:23:37 UTC
Integrated into 'main-golden', will be available in build *200905200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ea223d3971e2
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #165088, use WeakListeners.propertyChange() when registering property change listener to OQLEditorImpl