git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9441a
)
free teletext parser references, this fixes timeshift when internal teletext decoder...
author
Felix Domke
<tmbinc@elitedvb.net>
Fri, 16 Jun 2006 16:03:51 +0000
(16:03 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Fri, 16 Jun 2006 16:03:51 +0000
(16:03 +0000)
lib/service/servicedvb.cpp
patch
|
blob
|
history
diff --git
a/lib/service/servicedvb.cpp
b/lib/service/servicedvb.cpp
index b9214f0c2d9ffe1ac61603d86cdc1214c3611c70..f7da3a3bd3f48ebddd0f26a2ea163f1517718d73 100644
(file)
--- a/
lib/service/servicedvb.cpp
+++ b/
lib/service/servicedvb.cpp
@@
-1569,6
+1569,7
@@
void eDVBServicePlay::switchToLive()
m_decoder = 0;
m_decode_demux = 0;
m_teletext_parser = 0;
+ m_new_subtitle_page_connection = 0;
/* free the timeshift service handler, we need the resources */
m_service_handler_timeshift.free();
@@
-1587,6
+1588,7
@@
void eDVBServicePlay::switchToTimeshift()
m_decode_demux = 0;
m_decoder = 0;
m_teletext_parser = 0;
+ m_new_subtitle_page_connection = 0;
m_timeshift_active = 1;