aboutsummaryrefslogtreecommitdiff
path: root/pkg/pointer/stack-stack.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/pointer/stack-stack.go')
-rw-r--r--pkg/pointer/stack-stack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pointer/stack-stack.go b/pkg/pointer/stack-stack.go
index 404542c..4bbfb73 100644
--- a/pkg/pointer/stack-stack.go
+++ b/pkg/pointer/stack-stack.go
@@ -80,7 +80,7 @@ func (ss *StackStack) End(p *Pointer) (reflect bool) {
}
}
ss.height--
- ss.head = ss.head.next
+ ss.head = soss
return false
}