File: vdr-2.3.7.patch

package info (click to toggle)
vdr-plugin-streamdev 0.6.1%2Bgit20170911-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,244 kB
  • sloc: ansic: 16,280; sh: 237; makefile: 178
file content (18 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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)