diff options
Diffstat (limited to 'src/xine-engine/demux.c')
-rw-r--r-- | src/xine-engine/demux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xine-engine/demux.c b/src/xine-engine/demux.c index 88c5515f5..5fd21ba41 100644 --- a/src/xine-engine/demux.c +++ b/src/xine-engine/demux.c @@ -256,7 +256,6 @@ static void *demux_loop (void *stream_gen) { pthread_mutex_unlock( &stream->demux_lock ); - pthread_exit(NULL); return NULL; } |