Skip to content

Commit c54e7ec

Browse files
hgfell683aishwariya15
authored andcommitted
XIONE-14703, ES1-1645 - WPEFramework crash
Reason for change: Handling unhandled exceptions Test Procedure: None Risks: Low Priority: P1 Signed-off-by:Hayden Gfeller <[email protected]>
1 parent b613ccc commit c54e7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdmiCecSink/HdmiCecSink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ namespace WPEFramework
27192719
_instance->allocateLogicalAddress(DeviceType::TV);
27202720
if ( _instance->m_logicalAddressAllocated != LogicalAddress::UNREGISTERED)
27212721
{
2722-
try(){
2722+
try{
27232723

27242724
logicalAddress = LogicalAddress(_instance->m_logicalAddressAllocated);
27252725
LibCCEC::getInstance().addLogicalAddress(logicalAddress);

0 commit comments

Comments
 (0)