aboutsummaryrefslogtreecommitdiff
path: root/matrix/matrix.go
diff options
context:
space:
mode:
Diffstat (limited to 'matrix/matrix.go')
-rw-r--r--matrix/matrix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix/matrix.go b/matrix/matrix.go
index c89f884..43141b0 100644
--- a/matrix/matrix.go
+++ b/matrix/matrix.go
@@ -261,6 +261,7 @@ func (c *Container) Stop() {
if err != nil {
debug.Print("Error closing history manager:", err)
}
+ c.history = nil
}
}