You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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…
The text was updated successfully, but these errors were encountered:
yogi1967
added
the
memory leak
object references which should be let go upon garbage collection. Medium priority
label
Oct 3, 2023
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..?
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…
The text was updated successfully, but these errors were encountered: