Skip to content

Commit

Permalink
clear file dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Oct 16, 2023
1 parent 3aa5873 commit d3070f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DragonFruit.OnionFruit.Web.Worker/Storage/FileSink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ public void Dispose()
{
file.Dispose();
}

_files.Clear();
}
}

0 comments on commit d3070f6

Please sign in to comment.