Hack: prevent frequent crashes on unload. This is not a great way to handle the problem, but it should also virtually always succeed... and it's far better than the current crashing behavior, until we can come up with something cleaner.

This commit is contained in:
meli 2020-01-12 08:18:03 -08:00
parent 92b7482e87
commit 14b2fc09ab
2 changed files with 22 additions and 7 deletions

View file

@ -140,6 +140,8 @@ namespace Dalamud {
}
public void Dispose() {
this.InterfaceManager.Dispose();
Framework.Dispose();
this.BotManager.Dispose();