Make hooks not leak.

This commit is contained in:
Ottermandias 2023-11-25 18:30:43 +01:00
parent 43c6b52d0b
commit a408b8918c
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b09bbcc276363bc994d90b641871e6280898b6e5
Subproject commit 3a1a3f1a1f2021b063617ac9b294b579a154706e

View file

@ -8,7 +8,7 @@ using Penumbra.String.Classes;
namespace Penumbra.Interop.ResourceLoading;
public unsafe class TexMdlService
public unsafe class TexMdlService : IDisposable
{
/// <summary> Custom ulong flag to signal our files as opposed to SE files. </summary>
public static readonly IntPtr CustomFileFlag = new(0xDEADBEEF);