mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Dispose ActorTable on ClientState dispose
This commit is contained in:
parent
45694eea08
commit
00ee30f0d9
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue