mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-21 07:59:22 +01:00
Add ResourceTree ipc disposes
This commit is contained in:
parent
bb3d3657ed
commit
eb0e334437
1 changed files with 2 additions and 0 deletions
|
|
@ -375,6 +375,8 @@ public class PenumbraIpcProviders : IDisposable
|
||||||
GetPlayerResourcePaths.Dispose();
|
GetPlayerResourcePaths.Dispose();
|
||||||
GetGameObjectResourcesOfType.Dispose();
|
GetGameObjectResourcesOfType.Dispose();
|
||||||
GetPlayerResourcesOfType.Dispose();
|
GetPlayerResourcesOfType.Dispose();
|
||||||
|
GetGameObjectResourceTrees.Dispose();
|
||||||
|
GetPlayerResourceTrees.Dispose();
|
||||||
|
|
||||||
Disposed.Invoke();
|
Disposed.Invoke();
|
||||||
Disposed.Dispose();
|
Disposed.Dispose();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue