diff --git a/node.go b/node.go index 022b1001e..bf2de5898 100644 --- a/node.go +++ b/node.go @@ -353,7 +353,6 @@ func (n *node) spill() error { // If the root node split and created a new root then we need to spill that // as well. We'll clear out the children to make sure it doesn't try to respill. if n.parent != nil && n.parent.pgid == 0 { - n.children = nil return n.parent.spill() }