Merge pull request #2 from pothibo/master

Unmap both arrays
This commit is contained in:
Stian Eikeland 2014-07-22 23:06:27 +02:00
commit 328f764d40

View File

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