mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
CZapitSdtMonitor: don't crash in destructor
Origin commit data
------------------
Commit: 1ddd81fb7b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)
This commit is contained in:
committed by
[CST] Focus
parent
766356ec59
commit
297375fa4c
@@ -2445,6 +2445,8 @@ bool CZapitSdtMonitor::Start()
|
||||
|
||||
bool CZapitSdtMonitor::Stop()
|
||||
{
|
||||
if (!started)
|
||||
return false;
|
||||
started = false;
|
||||
int ret = join();
|
||||
return (ret == 0);
|
||||
|
Reference in New Issue
Block a user