Skip to content

Commit

Permalink
Add missing finalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTraveler committed Jan 15, 2025
1 parent e3c521b commit 1935da5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public partial class MediaManager : IDisposable
public void Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}

/// <summary>
Expand Down

0 comments on commit 1935da5

Please sign in to comment.