We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424ccec commit bc8fc6bCopy full SHA for bc8fc6b
client.go
@@ -54,6 +54,7 @@ func (s *Client) Free() {
54
return
55
}
56
C.DestroySdk(s.ptr)
57
+ s.ptr = nil
58
59
60
/**
0 commit comments