Example #1
0
func (grok *Grok) Cleanup() {
	C.grok_free(grok.grok)
}
Example #2
0
func (grok *Grok) Free() {
	C.grok_free(grok.g)
}