fix(images): it seems that memory leak of images has been fixed
closes #323
This commit is contained in:
@@ -133,4 +133,13 @@ public class ImageWrapper {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
try {
|
||||
recycle();
|
||||
} finally {
|
||||
super.finalize();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user