mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
CZapitSdtMonitor: don't crash in destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: a709a13f54
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-04-14 (Sun, 14 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
d67b0305ab
commit
133d9713bd
@@ -2292,6 +2292,8 @@ bool CZapitSdtMonitor::Start()
|
|||||||
|
|
||||||
bool CZapitSdtMonitor::Stop()
|
bool CZapitSdtMonitor::Stop()
|
||||||
{
|
{
|
||||||
|
if (!started)
|
||||||
|
return false;
|
||||||
started = false;
|
started = false;
|
||||||
int ret = join();
|
int ret = join();
|
||||||
return (ret == 0);
|
return (ret == 0);
|
||||||
|
Reference in New Issue
Block a user