We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76c627 commit bf94a74Copy full SHA for bf94a74
HdmiCecSink/HdmiCecSink.cpp
@@ -824,6 +824,7 @@ namespace WPEFramework
824
{
825
if(_powerManagerPlugin)
826
827
+ _powerManagerPlugin->Unregister(_pwrMgrNotification.baseInterface<Exchange::IPowerManager::IModeChangedNotification>());
828
_powerManagerPlugin.Reset();
829
}
830
_registeredEventHandlers = false;
HdmiCecSource/HdmiCecSourceImplementation.cpp
@@ -385,6 +385,7 @@ namespace WPEFramework
385
386
387
388
389
390
391
0 commit comments