From: Hyunbin Lee Date: Tue, 9 Jul 2013 08:02:26 +0000 (+0900) Subject: Remove memory leak X-Git-Tag: accepted/tizen/20130912.081851^2~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7babcddcf917cf598722363aa1fcc132b61a74c6;hp=b4516f72a784dc5714d6bbbfb4d7b30728a34833;p=platform%2Fframework%2Fnative%2Fappfw.git Remove memory leak Change-Id: I2e398c3355a8414ca212a82f88347474170a7e43 Signed-off-by: Hyunbin Lee --- diff --git a/src/io/FIo_FileEventManagerImpl.cpp b/src/io/FIo_FileEventManagerImpl.cpp index 87fc35f..5f75e97 100644 --- a/src/io/FIo_FileEventManagerImpl.cpp +++ b/src/io/FIo_FileEventManagerImpl.cpp @@ -73,6 +73,7 @@ _FileEventManagerImpl::~_FileEventManagerImpl(void) pDispatcher->RemoveFileEventInfo(*pWd); } } + delete pMapEnum; } delete __pWatchList;