Skip to content

Commit

Permalink
Fixes #1702: Fixed Memory Leak in MediaElement (#1736)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Finschi <[email protected]>
  • Loading branch information
marco-skizza and Marco Finschi authored Mar 7, 2024
1 parent 6ee642c commit af42a4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ protected virtual void Dispose(bool disposing)

if (disposing)
{
ClearTimer();
seekToSemaphoreSlim.Dispose();
}

Expand Down

0 comments on commit af42a4b

Please sign in to comment.