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 71516 - Jackpot leaks memory
Summary: Jackpot leaks memory
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@contrib
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2006-01-17 22:07 UTC by Jesse Glick
Modified: 2006-02-02 00:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-01-17 22:07:53 UTC
Load a bunch of projects into a Jackpot session, do whatever, end it. Memory
usage is now higher, even after explicit GC. After another session, still
higher. Something is leaking.
Comment 1 _ tball 2006-02-02 00:00:46 UTC
Preview dialog had an engine reference from its TableModel instance.  Resetting
the model after the dialog closes fixed this leak.