Temporary revert "Unmap both arrays"

775d4168c6 (commitcomment-7332915)
This commit is contained in:
Stian Eikeland 2014-08-10 22:39:52 +02:00
parent 328f764d40
commit 9484bd71e5

View File

@ -304,6 +304,5 @@ func Open() (err error) {
func Close() {
memlock.Lock()
syscall.Munmap(mem8)
syscall.Munmap(mem)
memlock.Unlock()
}