FS-7696 #resolve

This commit is contained in:
Anthony Minessale 2015-06-19 18:03:51 -05:00
parent f44af63d79
commit f953514b41
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void
if (source->total) {
switch_queue_push(source->video_q, vid_frame.img);
} else {
switch_img_free(&vid_frame.img);
flush_video_queue(source->video_q);
}
}