Fix SvxLink crash introduced in recent commit
This commit is contained in:
parent
4d35cb364b
commit
2b6e20e688
|
|
@ -116,7 +116,7 @@ class AudioDeviceAlsa::AlsaWatch : public sigc::trackable
|
|||
|
||||
~AlsaWatch()
|
||||
{
|
||||
activity.clear();
|
||||
//activity.clear();
|
||||
std::list<FdWatch*>::const_iterator cii;
|
||||
for(cii = watch_list.begin(); cii != watch_list.end(); ++cii)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ Timer::Timer(int timeout_ms, Type type, bool enabled)
|
|||
|
||||
Timer::~Timer(void)
|
||||
{
|
||||
expired.clear();
|
||||
//expired.clear();
|
||||
setEnable(false);
|
||||
} /* Timer::~Timer */
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ LIBECHOLIB=1.3.3.99.0
|
|||
LIBASYNC=1.6.99.17
|
||||
|
||||
# SvxLink versions
|
||||
SVXLINK=1.7.99.60
|
||||
SVXLINK=1.7.99.61
|
||||
MODULE_HELP=1.0.0
|
||||
MODULE_PARROT=1.1.1
|
||||
MODULE_ECHO_LINK=1.5.99.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue