iplist: Add TODO to allow unmapping
This commit is contained in:
parent
ac0af8e3f6
commit
582d749f69
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue