cache image to area convert results

This commit is contained in:
honfika@gmail.com
2015-03-17 10:42:05 +01:00
parent 2664d692ba
commit 553999ddba
2 changed files with 37 additions and 1 deletions

View File

@@ -2209,6 +2209,7 @@ public final class SWF implements SWFContainerItem, Timelined {
clearImageCache();
clearScriptCache();
Cache.clearAll();
Helper.clearShapeCache();
System.gc();
}