mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix LEDDeviceWrapper coredump when killing hyperiond
This commit is contained in:
@@ -146,5 +146,5 @@ void LedDeviceWrapper::stopDeviceThread()
|
||||
QThread* oldThread = _ledDevice->thread();
|
||||
delete _ledDevice; // fast desctruction
|
||||
oldThread->quit(); // non blocking
|
||||
oldThread->wait();
|
||||
oldThread->wait();
|
||||
}
|
||||
|
Reference in New Issue
Block a user