as / a

A graphical text editor
BSD 3-Clause "New" or "Revised" License
345 stars 25 forks source link

a: investigate potential memory leak in DelCol #169

Closed as closed 5 years ago

as commented 5 years ago

The function does not seem to close any of the windows. Go currently saves us by attaching a hidden finalizer to any open files and using the GC to close them... but we should just fix the bug...