-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
memory leakobject references which should be let go upon garbage collection. Medium priorityobject references which should be let go upon garbage collection. Medium priority
Description
When you invoke drag n drop (e.g. drop a new extension on to the Main window), then the book ref gets stuck as AccountPanel is referred to by TransferHandler… or something..?
name in com.infinitekind.moneydance.model.AccountBook#1
book in com.moneydance.apps.md.view.gui.AccountPanel#1
component in javax.swing.TransferHandler$ TransferSupport#1
support in javax.swing. TransferHandler$ DropHandler#1
dtListener in javax.swing. TransferHandler$ Swing Drop Target# 1 [GC root - JNI global]
It seems to be a static reference in SwingDropTarget
The last drag n drop holds the ref.
If you drag and drop in the open dataset, it releases the old dataset…
Metadata
Metadata
Assignees
Labels
memory leakobject references which should be let go upon garbage collection. Medium priorityobject references which should be let go upon garbage collection. Medium priority