Skip to content

Commit 1482f18

Browse files
authored
Merge pull request rdkcentral#5901 from yuvaramachandran-gurusamy/sprint/24Q4/RDKTV-34608_MiracastCrash
RDKTV-34608: Fix for SIG-ILL crash due to missing unregister call for power event
2 parents ab38eb4 + e8cfb50 commit 1482f18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Miracast/MiracastService/MiracastService.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,11 @@ namespace WPEFramework
276276
if (!m_isServiceInitialized)
277277
{
278278
MiracastError ret_code = MIRACAST_OK;
279-
280-
InitializeIARM();
281279

282280
m_miracast_ctrler_obj = MiracastController::getInstance(ret_code, this,p2p_ctrl_iface);
283281
if (nullptr != m_miracast_ctrler_obj)
284282
{
283+
InitializeIARM();
285284
m_CurrentService = service;
286285
getThunderPlugins();
287286
// subscribe for event

0 commit comments

Comments
 (0)