mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-08 00:36:19 +00:00
Cleanup
This commit is contained in:
@@ -49,12 +49,10 @@ public class IrisContext {
|
||||
}
|
||||
|
||||
public static void dereference() {
|
||||
synchronized (context)
|
||||
{
|
||||
synchronized (context) {
|
||||
for (Thread i : context.k()) {
|
||||
if (!i.isAlive() || context.get(i).engine.isClosed()) {
|
||||
if(context.get(i).engine.isClosed())
|
||||
{
|
||||
if (context.get(i).engine.isClosed()) {
|
||||
Iris.debug("Dereferenced Context<Engine> " + i.getName() + " " + i.getId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user