--- a/server/connectionVTP.c
+++ b/server/connectionVTP.c
@@ -41,7 +41,6 @@
 	enum eStates { Channel, Event, Title, Subtitle, Description, Vps, Content, Rating,
 	               EndEvent, EndChannel, EndEPG };
 	cConnectionVTP    *m_Client;
-	cSchedulesLock    *m_SchedulesLock;
 	const cSchedules  *m_Schedules;
 	const cSchedule   *m_Schedule;
 	const cEvent      *m_Event;
@@ -210,7 +209,6 @@
 
 cLSTEHandler::~cLSTEHandler()
 {
-	delete m_SchedulesLock;
 }
 
 bool cLSTEHandler::Next(bool &Last)
