UltraGrid RTP: bug fix

This commit is contained in:
Martin Pulec
2015-09-08 16:51:39 +02:00
parent b133f3bed7
commit 28b933a9ad

View File

@@ -230,7 +230,7 @@ void ultragrid_rtp_video_rxtx::receiver_process_messages()
m_network_devices = old_devices;
m_recv_port_number = old_port;
} else {
destroy_rtp_devices(m_network_devices);
destroy_rtp_devices(old_devices);
}
break;
}