Skip to content

Commit

Permalink
Merge pull request rdkcentral#5901 from yuvaramachandran-gurusamy/spr…
Browse files Browse the repository at this point in the history
…int/24Q4/RDKTV-34608_MiracastCrash

RDKTV-34608: Fix for SIG-ILL crash due to missing unregister call for power event
  • Loading branch information
apatel859 authored Dec 2, 2024
2 parents ab38eb4 + e8cfb50 commit 1482f18
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 1482f18

Please sign in to comment.