fix DETA with open OSD

This commit is contained in:
jojo61 2018-09-29 18:41:01 +02:00
parent 4f889f991d
commit a998e6ab04
1 changed files with 1 additions and 0 deletions

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();