diff options
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r-- | searchtimer_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c index f4e3070..ae832c0 100644 --- a/searchtimer_thread.c +++ b/searchtimer_thread.c @@ -221,7 +221,7 @@ void cSearchTimerThread::Action(void) cSearchExt *searchExt = localSearchExts->First(); // reset announcelist announceList.Clear(); - while (searchExt) + while (searchExt && m_Active) { if (!searchExt->IsActiveAt(now)) { |