Queue should not be cleared by streaming anymore.

This commit is contained in:
Andreas Öman 2008-10-01 16:40:23 +00:00
parent b7c95330ab
commit ebf20a2639

View file

@ -78,9 +78,6 @@ streaming_target_disconnect(streaming_target_t *st)
LIST_REMOVE(st, st_link);
pthread_mutex_unlock(sp->sp_mutex);
if(st->st_cb == NULL)
pktref_clear_queue(&st->st_queue);
}
/**