fix: cyclic dispose in DalamudInterface.cs

This commit is contained in:
goat 2021-04-20 21:55:02 +02:00
parent 25d3ecfba7
commit ce415e4784
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -365,7 +365,6 @@ namespace Dalamud.Interface
{ {
this.windowSystem.RemoveAllWindows(); this.windowSystem.RemoveAllWindows();
this.dalamud?.Dispose();
this.logWindow?.Dispose(); this.logWindow?.Dispose();
this.creditsWindow?.Dispose(); this.creditsWindow?.Dispose();
} }