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
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
The text was updated successfully, but these errors were encountered: