1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

fix DETA with open OSD

This commit is contained in:
jojo61 2018-09-29 18:41:01 +02:00
parent 4f889f991d
commit a998e6ab04

View File

@ -789,6 +789,7 @@ bool cSoftOsdProvider::StartOpenGlThread(void) {
void cSoftOsdProvider::StopOpenGlThread(void) {
dsyslog("[softhddev]stopping OpenGL Worker Thread ");
if (oglThread) {
OsdClose();
oglThread->Stop();
}
oglThread.reset();