mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-03-12 11:33:08 +00:00
Fixed a potential NullPointerException.
This commit is contained in:
parent
6c80a79824
commit
5b50976f0d
@ -86,7 +86,7 @@ public class GraphicsFilterAdapter extends FilterAdapter {
|
||||
}
|
||||
|
||||
public void dispose() {
|
||||
image.dispose();
|
||||
if (image != null) image.dispose();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user