comparison src/http.c @ 149:a9f60d56d673

Fix DLNA problem
author Naoya OYAMA <naoya.oyama@gmail.com>
date Sat, 25 Aug 2012 11:10:24 +0900
parents 066f33b2213a
children 30e91361506a
comparison
equal deleted inserted replaced
148:da6ea0ef68ff 149:a9f60d56d673
588 p_queue->num_used--; 588 p_queue->num_used--;
589 } 589 }
590 pthread_mutex_unlock(&p_queue->mutex); 590 pthread_mutex_unlock(&p_queue->mutex);
591 destroy_stream_queue(p_queue); 591 destroy_stream_queue(p_queue);
592 tdata->streamer->stream_session[id]->p_queue = NULL; 592 tdata->streamer->stream_session[id]->p_queue = NULL;
593 strcpy(ut->request_channel, "all");
594 ut->nr_channel = 0;
595 } 593 }
596 break; 594 break;
597 default: 595 default:
598 log_verbose ("Unknown file type.\n"); 596 log_verbose ("Unknown file type.\n");
599 break; 597 break;