mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
CID:1301106 fix logically dead code
This commit is contained in:
@@ -344,7 +344,7 @@ RTMP_INVOKE_FUNCTION(rtmp_i_fcSubscribe)
|
||||
status = rtmp_i_receiveaudio(rsession, state, amfnumber, transaction_id, ac, av);
|
||||
if (status != SWITCH_STATUS_SUCCESS) return status;
|
||||
|
||||
rtmp_i_receivevideo(rsession, state, amfnumber, transaction_id, ac, av);
|
||||
status = rtmp_i_receivevideo(rsession, state, amfnumber, transaction_id, ac, av);
|
||||
if (status != SWITCH_STATUS_SUCCESS) return status;
|
||||
|
||||
amf0_data_free(av[2]);
|
||||
|
Reference in New Issue
Block a user