Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xfong committed Nov 18, 2020
1 parent 1afdb9e commit d9bf196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/rk56.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,6 @@ func (rk *RK56) Step() {
}

func (rk *RK56) Free() {
rk.k1.Free()
rk.k1 = nil
}

0 comments on commit d9bf196

Please sign in to comment.