Remove memory leak
authorHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 9 Jul 2013 08:02:26 +0000 (17:02 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 9 Jul 2013 08:02:54 +0000 (17:02 +0900)
Change-Id: I2e398c3355a8414ca212a82f88347474170a7e43
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/io/FIo_FileEventManagerImpl.cpp

index 87fc35f..5f75e97 100644 (file)
@@ -73,6 +73,7 @@ _FileEventManagerImpl::~_FileEventManagerImpl(void)
                                pDispatcher->RemoveFileEventInfo(*pWd);
                        }
                }
+               delete pMapEnum;
        }
 
        delete __pWatchList;