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 9945e0f commit 5021074Copy full SHA for 5021074
HdmiCecSource/HdmiCecSource.cpp
@@ -128,7 +128,7 @@ namespace WPEFramework
128
if(nullptr != _hdmiCecSource)
129
{
130
_hdmiCecSource->Unregister(&_notification);
131
- Exchange::JHdmiCecSource::Unregister(*this, _hdmiCecSource);
+ Exchange::JHdmiCecSource::Unregister(*this);
132
_hdmiCecSource->Release();
133
_hdmiCecSource = nullptr;
134
0 commit comments