mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 02:35:40 +00:00
Fixed: Proper freeing memory after SWF close
This commit is contained in:
@@ -6239,4 +6239,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
public SWF getSwf() {
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks whether SWF was freed
|
||||
* @return True if destroyed
|
||||
*/
|
||||
public boolean isDestroyed() {
|
||||
return destroyed;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user