mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
dispose scoped finalizer in changelog
This commit is contained in:
parent
82e6476ab6
commit
d0bc415fd5
1 changed files with 1 additions and 0 deletions
|
|
@ -540,6 +540,7 @@ internal sealed class ChangelogWindow : Window, IDisposable
|
|||
/// </summary>
|
||||
public void Dispose()
|
||||
{
|
||||
this.scopedFinalizer.Dispose();
|
||||
}
|
||||
|
||||
private void FrameworkOnUpdate(IFramework unused)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue