Operator issue(GetCbsChannelListN error)
authorByounghui <byounghui.lim@samsung.com>
Sat, 11 May 2013 08:13:36 +0000 (17:13 +0900)
committerByounghui <byounghui.lim@samsung.com>
Sat, 11 May 2013 08:13:36 +0000 (17:13 +0900)
Change-Id: I34bd38ae602c78c7aa58f6917450af9fd73fcdf9
Signed-off-by: Byounghui <byounghui.lim@samsung.com>
src/FMsg_SmsManagerImpl.cpp

index 3859f4d..d420a01 100644 (file)
@@ -1088,7 +1088,7 @@ _SmsManagerImpl::GetCbsChannelListN(void)
                {
                        _CbsChannelImpl::GetInstance(*pCbsChannel)->SetCbsChannelState(isActive);
                        // add to the list
-                       pList->Add(*pCbsChannel);
+                       pList->Add(*pCbsChannel.release());
                }
        }