Memory is not properly released when pushing 'Clear' #56

Open
opened 2026-03-20 23:05:39 -07:00 by tyler · 2 comments
Owner

Visually and functionally wise the application will work as expected, but repeating many processes without closing the window will cause memory usage to grow over time.

Visually and functionally wise the application will work as expected, but repeating many processes without closing the window will cause memory usage to grow over time.
tyler added the Kind/Bug
Reviewed
Confirmed
1
Priority
High
2
labels 2026-03-20 23:05:39 -07:00
Author
Owner

Seems to be around 2MB per file that was loaded. Also appears to be from mne reading snirfs and not releasing internal handles correctly.

Seems to be around 2MB per file that was loaded. Also appears to be from mne reading snirfs and not releasing internal handles correctly.
Author
Owner

Also probably related to Issue 57 since the clearing is not removing the pointer.

Also probably related to [Issue 57](https://git.research.dezeeuw.ca/tyler/flares/issues/56) since the clearing is not removing the pointer.
Sign in to join this conversation.