Skip to content

Commit 5021074

Browse files
committed
RDKEMW-1061: RDK-E Add COMRPC
Reason for change: Create the interface file for HdmiCecSource Test Procedure: Risks: low Priority: P1 Signed-off-by:Hayden Gfeller [email protected]
1 parent 9945e0f commit 5021074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdmiCecSource/HdmiCecSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ namespace WPEFramework
128128
if(nullptr != _hdmiCecSource)
129129
{
130130
_hdmiCecSource->Unregister(&_notification);
131-
Exchange::JHdmiCecSource::Unregister(*this, _hdmiCecSource);
131+
Exchange::JHdmiCecSource::Unregister(*this);
132132
_hdmiCecSource->Release();
133133
_hdmiCecSource = nullptr;
134134

0 commit comments

Comments
 (0)