Skip to content

Commit

Permalink
Fixed "object disposed" crash
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jitbit committed Sep 3, 2023
1 parent cbd4d20 commit e757660
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FastCache/FastCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ protected virtual void Dispose(bool disposing)
if (disposing)
{
_cleanUpTimer.Dispose();
_globalStaticLock.Dispose();
}

_disposedValue = true;
Expand Down

0 comments on commit e757660

Please sign in to comment.