StackExchange / wmi

WMI for Go
http://godoc.org/github.com/StackExchange/wmi
MIT License
434 stars 173 forks source link

Cleanup variants and create a new slice for dst #4

Closed stefanschneider closed 10 years ago

stefanschneider commented 10 years ago

This will also prevent memory leaks :)

Needs this patch to work: https://github.com/mattn/go-ole/pull/22

Ran this https://gist.github.com/stefanschneider/0740ea3c8a39c2e4809c and here is the mem usage: image

maddyblue commented 10 years ago

Thank you.