mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
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:
parent
92b7482e87
commit
14b2fc09ab
2 changed files with 22 additions and 7 deletions
|
|
@ -140,6 +140,8 @@ namespace Dalamud {
|
|||
}
|
||||
|
||||
public void Dispose() {
|
||||
this.InterfaceManager.Dispose();
|
||||
|
||||
Framework.Dispose();
|
||||
|
||||
this.BotManager.Dispose();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue