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 {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// TODO: Need a destructor that unmaps this.
|
||||||
ret = NewFromPacked(mm)
|
ret = NewFromPacked(mm)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue