mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
4363218b7b
commit
dd9d50ff13
|
@ -215,9 +215,6 @@ public class MailService implements AutoCloseable {
|
||||||
iservice.close();
|
iservice.close();
|
||||||
} finally {
|
} finally {
|
||||||
this.context = null;
|
this.context = null;
|
||||||
this.properties = null;
|
|
||||||
this.isession = null;
|
|
||||||
this.iservice = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue