Skip to content

Commit

Permalink
RDKTV-34608: Fix for SIG-ILL crash due to missing unregister call for…
Browse files Browse the repository at this point in the history
… power event

Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
  • Loading branch information
yuvaramachandran-gurusamy committed Dec 2, 2024
1 parent ab38eb4 commit e8cfb50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Miracast/MiracastService/MiracastService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,11 @@ namespace WPEFramework
if (!m_isServiceInitialized)
{
MiracastError ret_code = MIRACAST_OK;

InitializeIARM();

m_miracast_ctrler_obj = MiracastController::getInstance(ret_code, this,p2p_ctrl_iface);
if (nullptr != m_miracast_ctrler_obj)
{
InitializeIARM();
m_CurrentService = service;
getThunderPlugins();
// subscribe for event
Expand Down

0 comments on commit e8cfb50

Please sign in to comment.