Remove double free
authorHyunbin Lee <hyunbin.lee@samsung.com>
Mon, 29 Apr 2013 14:20:34 +0000 (23:20 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Mon, 29 Apr 2013 14:20:34 +0000 (23:20 +0900)
Change-Id: Ib84765061e97b5b6732415039b3ff16008e76e06
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/app/FApp_MapDataControlImpl.cpp
src/app/FApp_SqlDataControlImpl.cpp

index 7f08bb2..32c589b 100755 (executable)
@@ -204,7 +204,6 @@ _MapDataControlImpl::StartMapDataControl(int type, const IList* pDataList, int*
                        SysPropagate(NID_APP, r);
                        reqObj.Invalidate();
                        pDcMgr->RemoveRequestInfo(*pReqId);
-                       delete pArg;
                        return r;
                }
 
index e18dd42..1fc35c0 100755 (executable)
@@ -213,7 +213,6 @@ _SqlDataControlImpl::StartSqlDataControl(int type, const IList* pDataList, int*
                        SysPropagate(NID_APP, r);
                        reqObj.Invalidate();
                        pDcMgr->RemoveRequestInfo(*pReqId);
-                       delete pArg;
                        return r;
                }