Skip to content

Commit

Permalink
nit ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Friedman committed Nov 27, 2023
1 parent 07a9fd8 commit 09d82d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rtp/RtpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ public void DisconnectSockets()

//Close the RtpSocket
if (RtpSocket.IsNullOrDisposed() is false)
RtpSocket?.Close();
RtpSocket.Close();

RtpSocket = RtcpSocket = null;
}
Expand Down

0 comments on commit 09d82d4

Please sign in to comment.