Dispose ActorTable on ClientState dispose

This commit is contained in:
AzureGem 2020-07-19 11:39:07 -04:00 committed by GitHub
parent 45694eea08
commit 00ee30f0d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,7 @@ namespace Dalamud.Game.ClientState
public void Dispose() {
this.PartyList.Dispose();
this.setupTerritoryTypeHook.Dispose();
this.Actors.Dispose();
}
private void FrameworkOnOnUpdateEvent(Framework framework) {