mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fixes.
This commit is contained in:
parent
8133e5927f
commit
e1f1a7f378
2 changed files with 2 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ public unsafe partial class ResourceLoader
|
|||
GetResourceSyncHook.Dispose();
|
||||
GetResourceAsyncHook.Dispose();
|
||||
ResourceHandleDestructorHook?.Dispose();
|
||||
_incRefHook.Dispose();
|
||||
}
|
||||
|
||||
private static int ComputeHash( Utf8String path, GetResourceParameters* pGetResParams )
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ public partial class MetaManager : IDisposable, IEnumerable<KeyValuePair<MetaMan
|
|||
ResetEst();
|
||||
ResetCmp();
|
||||
ResetImc();
|
||||
_manipulations.Clear();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue