Proper derefs

This commit is contained in:
cyberpwn
2021-09-14 12:17:39 -04:00
parent 18efedf7c5
commit ad323ebf2b
7 changed files with 19 additions and 0 deletions

View File

@@ -420,6 +420,7 @@ public class IrisEngine implements Engine {
getData().clearLists();
Iris.service(PreservationSVC.class).dereference();
Iris.debug("Engine Fully Shutdown!");
complex = null;
}
@Override