Fix memory leak by updating go-ole and adding wbem initialization (#82)

This commit is contained in:
Calle Pettersson
2017-06-26 21:03:17 +02:00
committed by Martin Lindhe
parent 22a9c96ffd
commit 175c54acf1
6 changed files with 320 additions and 8 deletions

12
vendor/github.com/go-ole/go-ole/variant_s390x.go generated vendored Normal file
View File

@@ -0,0 +1,12 @@
// +build s390x
package ole
type VARIANT struct {
VT VT // 2
wReserved1 uint16 // 4
wReserved2 uint16 // 6
wReserved3 uint16 // 8
Val int64 // 16
_ [8]byte // 24
}