FS-7508: tolerate some messed up packets a little more

This commit is contained in:
Anthony Minessale
2014-11-19 21:25:18 -06:00
committed by Michael Jerris
parent 40ee25f5b8
commit e7d34f3170
3 changed files with 11 additions and 6 deletions

View File

@@ -9714,7 +9714,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_video_frame(switch_core
ok = SWITCH_FALSE;
}
}
bp->ping_frame = NULL;;
bp->ping_frame = NULL;
switch_mutex_unlock(bp->read_mutex);
}