mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-08 08:46:21 +00:00
Stop serious memory leaks
This commit is contained in:
@@ -992,4 +992,8 @@ public class IrisObject extends IrisRegistrant {
|
||||
}
|
||||
return locations;
|
||||
}
|
||||
|
||||
public int volume() {
|
||||
return blocks.size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user