diff options
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r-- | searchtimer_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c index 4f3f3ad..b82df28 100644 --- a/searchtimer_thread.c +++ b/searchtimer_thread.c @@ -479,6 +479,7 @@ void cSearchTimerThread::Action(void) if (Summary) free(Summary); delete timer; } + delete pSearchResults; searchExt = localSearchExts->Next(searchExt); } |