summaryrefslogtreecommitdiff
path: root/searchtimer_thread.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-06-01 15:04:41 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-06-01 15:04:41 +0200
commitaa62bc397b15c060c9326a22db26797d18b52789 (patch)
tree69d3e1c3f86508f901237f7ebf1d0e6164a68ceb /searchtimer_thread.c
parentc538fe29b1460f9fa8062b9b075e19b11833e3db (diff)
downloadvdr-plugin-epgsearch-aa62bc397b15c060c9326a22db26797d18b52789.tar.gz
vdr-plugin-epgsearch-aa62bc397b15c060c9326a22db26797d18b52789.tar.bz2
patches by Bittor Corl
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r--searchtimer_thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c
index 57d69e9..687656f 100644
--- a/searchtimer_thread.c
+++ b/searchtimer_thread.c
@@ -769,6 +769,8 @@ void cSearchTimerThread::CheckExpiredRecs()
if (searchName) free(searchName);
continue;
}
+ free(searchID);
+ free(searchName);
LogFile.Log(3, "recording triggered from search timer %s", search->search);
if (search->delAfterDays == 0) continue;
time_t now = time(NULL);