memory leak fix
authortawhwan.son <tawhwan.son@samsung.com>
Thu, 21 Mar 2013 01:08:10 +0000 (10:08 +0900)
committertawhwan.son <tawhwan.son@samsung.com>
Thu, 21 Mar 2013 01:08:10 +0000 (10:08 +0900)
Change-Id: I6541d38cdc13ca89a772d38219f26a9eead6ac81
Signed-off-by: tawhwan.son <tawhwan.son@samsung.com>
src/FUixSensor_SensorManagerImpl.cpp

index c58008f..42eb277 100644 (file)
@@ -149,6 +149,7 @@ _SensorManagerImpl::Destruct(void)
                }
 
                __pDelivererListHashMap->RemoveAll();
+               delete __pDelivererListHashMap;
        }
 }