mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Skip for profiling now
This commit is contained in:
parent
9e32fcda88
commit
fc5763c8e8
@ -505,18 +505,6 @@ public class IrisComplex implements DataProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void close() {
|
public void close() {
|
||||||
// I know this looks awful, but it helps gc not deal with the spaghetti reference soup going on here
|
|
||||||
for (Field i : getClass().getDeclaredFields())
|
|
||||||
{
|
|
||||||
if(i.getType().equals(ProceduralStream.class))
|
|
||||||
{
|
|
||||||
i.setAccessible(true);
|
|
||||||
try {
|
|
||||||
i.set(this, null);
|
|
||||||
} catch (IllegalAccessException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user