From ebf20a2639b9b8ceb12beded0ddbf9931ed73dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Wed, 1 Oct 2008 16:40:23 +0000 Subject: [PATCH] Queue should not be cleared by streaming anymore. --- streaming.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/streaming.c b/streaming.c index 2c071d20..6aa96336 100644 --- a/streaming.c +++ b/streaming.c @@ -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); } /**