mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-21 18:04:57 -04:00
Have dummy controller shut down its background thread immediately during constructor to save resources
This commit is contained in:
1 parent
55506f984e
commit
c0be211236
1 file changed
+6
-1
@@ -34,7 +34,12 @@
|
||||
|
||||
RGBController_Dummy::RGBController_Dummy()
|
||||
{
|
||||
|
||||
/*-----------------------------------------------------*\
|
||||
| Dummy controller doesn't actually use its background |
|
||||
| thread, so shut it down immediately to save resources |
|
||||
\*-----------------------------------------------------*/
|
||||
Shutdown();
|
||||
AccessMutex.unlock();
|
||||
}
|
||||
|
||||
RGBController_Dummy::~RGBController_Dummy()
|
||||
|
||||
Reference in new issue
Block a user