Add ResourceTree ipc disposes

This commit is contained in:
Asriel Camora 2023-11-30 09:53:16 -08:00
parent bb3d3657ed
commit eb0e334437
No known key found for this signature in database
GPG key ID: 92B8372B278DDE41

View file

@ -375,6 +375,8 @@ public class PenumbraIpcProviders : IDisposable
GetPlayerResourcePaths.Dispose();
GetGameObjectResourcesOfType.Dispose();
GetPlayerResourcesOfType.Dispose();
GetGameObjectResourceTrees.Dispose();
GetPlayerResourceTrees.Dispose();
Disposed.Invoke();
Disposed.Dispose();