Skip to content

Commit 655faa5

Browse files
committed
Remove finalizer for ModListAdapter.
1 parent c899709 commit 655faa5

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Penumbra/Api/ModListAdapter.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,5 @@ private ModStorage Storage
3131
}
3232

3333
public void Dispose()
34-
{
35-
_storage.SetTarget(null!);
36-
GC.SuppressFinalize(this);
37-
}
38-
39-
~ModListAdapter()
40-
=> Dispose();
34+
=> _storage.SetTarget(null!);
4135
}

0 commit comments

Comments
 (0)