Exemplo n.º 1
0
// Close deallocates the Options, freeing its underlying C struct.
func (o *Options) Close() {
	C.leveldb_options_destroy(o.Opt)
}
Exemplo n.º 2
0
func (option *Options) Destroy_options() {
	C.leveldb_options_destroy(option.options)
}