try fix osd

This commit is contained in:
9000h 2019-10-22 19:59:56 +02:00 committed by GitHub
parent ce294f55e8
commit d03bd4661b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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