Bug: Not closing HANDLE properly in multiple locations #13
Labels
bug
Something isn't working
doing
Currently being worked on actively.
performance
Performance related
Problem to Solve
Currently, in multiple locations:
let handle = Handle::conout()?
ln 33, ln 69, ln 83, ln 93
)let handle = Handle::conin()?
ln 11, ln 19
)Handle is being called but never closed. This creates multiple hanging Handles that needs to be cleaned up.
Repro
Handle::
in project to find all locations where this is the caseTasks
The text was updated successfully, but these errors were encountered: