Prevent crash

This commit is contained in:
M66B 2019-07-29 20:17:57 +02:00
parent 4363218b7b
commit dd9d50ff13
1 changed files with 0 additions and 3 deletions

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;
}
}
}