Thanks for creating go-winio repo. It is a great help.
I want to report an issue found. In my test, I find there is some memory leakage related to Win32File in file.go. In Win32File.Close, it misses to free up channel/timer which are dynamically allocated.
specifically, I mean channel/timer object in below struct
Hi,
Thanks for creating go-winio repo. It is a great help.
I want to report an issue found. In my test, I find there is some memory leakage related to Win32File in file.go. In Win32File.Close, it misses to free up channel/timer which are dynamically allocated.
specifically, I mean channel/timer object in below struct
https://github.com/microsoft/go-winio/blob/main/file.go#L86-L96