Skip to content

Commit

Permalink
Code quality improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Jan 16, 2025
1 parent 0c281c8 commit a919fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CavernSamples/CavernPipeServer/PipeHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public void Dispose() {
}
}
thread.Join();
canceler.Dispose();
GC.SuppressFinalize(this);
}

Expand Down

0 comments on commit a919fdd

Please sign in to comment.