Commit cde4d1d8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1c760ea0
......@@ -528,7 +528,7 @@ var _ interface { Ghostable; Stateful} = (*brokenState)(nil)
type brokenState Broken // hide state methods from public API
func (b *brokenState) DropState() {
b.state.Release()
b.state.XRelease()
b.state = nil
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment