Skip to content

Commit

Permalink
Merge pull request #1027 from Sean-Der/master
Browse files Browse the repository at this point in the history
Fix segfault caused by RtcpReceivingSession
  • Loading branch information
paullouisageneau authored Nov 4, 2023
2 parents d5948b7 + b9cc1ae commit 6a98f62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rtcpreceivingsession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ static impl::LogCounter COUNTER_BAD_SCTP_STATUS(plog::warning,

void RtcpReceivingSession::incoming(message_vector &messages, const message_callback &send) {
message_vector result;
result.resize(messages.size());
for (auto message : messages) {
switch (message->type) {
case Message::Binary: {
Expand Down

0 comments on commit 6a98f62

Please sign in to comment.