fix: unregister Dalamud LogLine event

This commit is contained in:
goat 2021-09-17 23:45:30 +02:00
parent b779ac5674
commit 8643c6ff1f
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -357,6 +357,8 @@ namespace Dalamud
Service<HookManager>.GetNullable()?.Dispose();
Service<SigScanner>.GetNullable()?.Dispose();
SerilogEventSink.Instance.LogLine -= SerilogOnLogLine;
Log.Debug("Dalamud::Dispose() OK!");
}
catch (Exception ex)