Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
scalablecory committed Jun 25, 2021
commit b22e1d886751d0e91b4354803014f09065e858b3
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ public override void Dispose()
}

// TODO: there's a bug here where the safe handle is no longer valid.
// This shouldn't happen because the safe handle is effectively pinned
// until after disposal completes.
// This shouldn't happen because the safe handle *should be* rooted
// until after our disposal completes.
~MsQuicStream()
{
DisposeAsyncThrowaway(this);
Expand Down