]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Revert 4355488b8e1e868cb434bf95676c0944b44e88b3
authorFlole998 <Flole998@users.noreply.github.com>
Wed, 26 Oct 2022 22:58:18 +0000 (00:58 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 22:58:18 +0000 (00:58 +0200)
Better fix was implemented in previous commit

src/input/mpegts/iptv/iptv.c

index 86832ff7304dfa2ea6f144cde06a8645a76626b2..6a6c3cd1253dd072566295002d8f6cce8c57dc3d 100644 (file)
@@ -1265,7 +1265,6 @@ iptv_input_thread_manage(int count, int force)
         mpegts_input_stop_all((mpegts_input_t*)pool->input);
         mpegts_input_delete((mpegts_input_t *)pool->input, 0);
         tvhpoll_rem1(pool->poll, pool->pipe.rd);
-        tvh_pipe_close(&pool->pipe);
         tvhpoll_destroy(pool->poll);
         free(pool);
         iptv_tpool_count--;