1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00

Prevent crash

This commit is contained in:
M66B 2019-07-29 20:17:57 +02:00
parent 4363218b7b
commit dd9d50ff13

View file

@ -215,9 +215,6 @@ public class MailService implements AutoCloseable {
iservice.close();
} finally {
this.context = null;
this.properties = null;
this.isession = null;
this.iservice = null;
}
}
}