common: Fix a crash with holepuncher exit

This commit is contained in:
Joni Räsänen 2023-02-14 13:07:10 +02:00
parent ade327cedf
commit 29a4f16081
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,6 @@ uvgrtp::media_stream::~media_stream()
rtcp_->stop();
}
if (rce_flags_ & RCE_HOLEPUNCH_KEEPALIVE)
{
holepuncher_->stop();
}
(void)free_resources(RTP_OK);
}