Hi, I'm facing memory leak issues when querying the Windows Event Log through this lib. I'm new to Golang so properly I'm just doing something wrong. I found the issues #27 and #3 and maybe there is still a memory issue around. I created a little code snip you can execute which shows the issue: https://github.com/nook24/wmi_windows_eventlog/blob/main/main.go This Code is running on Windows Server 2016  Even if the numbers are different from what Task Manager reports the memory usage is rising in Task Manager as well. 
Hi,
I'm facing memory leak issues when querying the Windows Event Log through this lib.
I'm new to Golang so properly I'm just doing something wrong. I found the issues #27 and #3 and maybe there is still a memory issue around.
I created a little code snip you can execute which shows the issue: https://github.com/nook24/wmi_windows_eventlog/blob/main/main.go
This Code is running on Windows Server 2016
Even if the numbers are different from what Task Manager reports the memory usage is rising in Task Manager as well.