Fix SvxLink crash introduced in recent commit

This commit is contained in:
Tobias Blomberg 2022-03-18 12:03:58 +01:00
parent 4d35cb364b
commit 2b6e20e688
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ class AudioDeviceAlsa::AlsaWatch : public sigc::trackable
~AlsaWatch() ~AlsaWatch()
{ {
activity.clear(); //activity.clear();
std::list<FdWatch*>::const_iterator cii; std::list<FdWatch*>::const_iterator cii;
for(cii = watch_list.begin(); cii != watch_list.end(); ++cii) for(cii = watch_list.begin(); cii != watch_list.end(); ++cii)
{ {

View File

@ -127,7 +127,7 @@ Timer::Timer(int timeout_ms, Type type, bool enabled)
Timer::~Timer(void) Timer::~Timer(void)
{ {
expired.clear(); //expired.clear();
setEnable(false); setEnable(false);
} /* Timer::~Timer */ } /* Timer::~Timer */

View File

@ -11,7 +11,7 @@ LIBECHOLIB=1.3.3.99.0
LIBASYNC=1.6.99.17 LIBASYNC=1.6.99.17
# SvxLink versions # SvxLink versions
SVXLINK=1.7.99.60 SVXLINK=1.7.99.61
MODULE_HELP=1.0.0 MODULE_HELP=1.0.0
MODULE_PARROT=1.1.1 MODULE_PARROT=1.1.1
MODULE_ECHO_LINK=1.5.99.2 MODULE_ECHO_LINK=1.5.99.2