mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed switch-off on shutdown
Former-commit-id: 25438c11a3fdb14c89f946d02893a257aada67ea
This commit is contained in:
parent
654f6416ea
commit
d1f043f233
@ -1 +1 @@
|
||||
f8d592fd55a3ca744f582c960dcde3aaa0afe5c0
|
||||
e1ca70a63f1ce9b6975aab98b8eb6ae1a353df14
|
@ -26,6 +26,8 @@ LinearColorSmoothing::LinearColorSmoothing(
|
||||
|
||||
LinearColorSmoothing::~LinearColorSmoothing()
|
||||
{
|
||||
// Make sure to switch off the underlying led-device (because switchOff is no longer forwarded)
|
||||
_ledDevice->switchOff();
|
||||
delete _ledDevice;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user