diff options
Diffstat (limited to 'osd.c')
-rw-r--r-- | osd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -625,7 +625,7 @@ void cOsdPipObject::StopReplay(void) { cControl::Control()->ProcessKey(kStop); cDevice::PrimaryDevice()->StopReplay(); - if (m_InfoWindow->Shown()) + if (m_InfoWindow && m_InfoWindow->Shown()) m_InfoWindow->Hide(); Channels.SwitchTo(cDevice::CurrentChannel()); } |