iplist: Add TODO to allow unmapping

This commit is contained in:
Matt Joiner 2017-06-11 20:09:40 +10:00
parent ac0af8e3f6
commit 582d749f69
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ func MMapPacked(filename string) (ret Ranger, err error) {
if err != nil {
return
}
// TODO: Need a destructor that unmaps this.
ret = NewFromPacked(mm)
return
}