Fix TC fail issue
authorWoowon <woowon.park@samsung.com>
Tue, 2 Apr 2013 06:14:32 +0000 (15:14 +0900)
committerWoowon <woowon.park@samsung.com>
Tue, 2 Apr 2013 06:14:32 +0000 (15:14 +0900)
Change-Id: I8b9190423840faa2c7ed298bb205ef9d244ac447
Signed-off-by: Woowon <woowon.park@samsung.com>
src/FNetNfc_NdefPushManagerImpl.cpp

index c0d3a90..3bd7129 100644 (file)
@@ -237,6 +237,7 @@ _NdefPushManagerImpl::GetPickedReservedPushMessage(void) const
        _NfcIpcProxy* pProxy = null;
        AppId ownerAppId;
 
+       ClearLastResult();
        pProxy = _NfcIpcProxy::GetInstance();
        SysTryReturn(NID_NET_NFC, pProxy != null, ownerAppId, E_SYSTEM, "[E_SYSTEM] Creating _NfcIpcProxy has failed.");