Resolve the segfault where the channel is destroyed while it is still receiving audio

Conflicts:
	src/mod/endpoints/mod_rtmp/rtmp.c
This commit is contained in:
William King 2013-02-25 19:11:56 -08:00
parent a687274308
commit 7e1aad02b2
1 changed files with 0 additions and 1 deletions

View File

@ -939,7 +939,6 @@ switch_status_t rtmp_handle_data(rtmp_session_t *rsession)
switch_mutex_unlock(rsession->tech_pvt->readbuf_mutex);
}
switch_thread_rwlock_unlock(rsession->rwlock);
break;
case RTMP_TYPE_VIDEO: /* Video data */
case RTMP_TYPE_METADATA: /* Metadata */