Skip to content

Commit

Permalink
Seal ClientRemoteSessionDSHandlerImpl (PowerShell#21218)
Browse files Browse the repository at this point in the history
The motivation of this PR is this comment by @PaulHigin PowerShell#11820 (comment).

_Contributes to PowerShell#15110._
  • Loading branch information
xtqqczze authored Dec 28, 2024
1 parent b5fbe9e commit b74e708
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,7 @@ internal void ProcessNonSessionMessages(RemoteDataObject<PSObject> rcvdData)
public void Dispose()
{
_transportManager.Dispose();

GC.SuppressFinalize(this);
}
}

#endregion IDisposable

Expand Down

0 comments on commit b74e708

Please sign in to comment.