mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
zapit: stop pmt_update task during shutdown
This commit is contained in:
@@ -2205,6 +2205,7 @@ bool CZapit::Stop()
|
|||||||
{
|
{
|
||||||
if(!started)
|
if(!started)
|
||||||
return false;
|
return false;
|
||||||
|
pmt_stop_update_filter(&pmt_update_fd);
|
||||||
started = false;
|
started = false;
|
||||||
int ret = join();
|
int ret = join();
|
||||||
return (ret == 0);
|
return (ret == 0);
|
||||||
|
Reference in New Issue
Block a user