From: Hyunbin Lee Date: Tue, 9 Jul 2013 08:02:26 +0000 (+0900) Subject: Remove memory leak X-Git-Tag: submit/tizen/20131210.080830^2^2~281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a594d24ab03c85195aac0a3106caf01ac2fc1e5;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;