Skip to content

Commit e6a507c

Browse files
committed
RDKEMW-4220 : Fix wpeframework crash on reactivating HdmiCecSource plugin and launch cobalt/htmlapp/webkitbrowser
Reason for changes: The service unregister call is missed during HdmiCecSource plugin deactivation. Test Procedure: Verified build, tested.
1 parent 8cc9da5 commit e6a507c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HdmiCecSource/HdmiCecSource.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ namespace WPEFramework
150150
}
151151

152152
_connectionId = 0;
153+
_service->Unregister(&_notification);
153154
_service->Release();
154155
_service = nullptr;
155156
LOGINFO("HdmiCecSource plugin is deactivated. Successfully deactivated HdmiCecSource Plugin");

0 commit comments

Comments
 (0)