Queue should not be cleared by streaming anymore.
This commit is contained in:
parent
b7c95330ab
commit
ebf20a2639
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue