bluetoothengine/bteng/src/btengsrvpluginmgr.cpp
changeset 66 b3d605f76ff8
parent 19 43824b19ee35
--- a/bluetoothengine/bteng/src/btengsrvpluginmgr.cpp	Fri Sep 17 08:30:56 2010 +0300
+++ b/bluetoothengine/bteng/src/btengsrvpluginmgr.cpp	Mon Oct 04 00:29:19 2010 +0300
@@ -81,9 +81,12 @@
 //
 CBTEngSrvPluginMgr::~CBTEngSrvPluginMgr()
     {
+    TRACE_FUNC_ENTRY
     iPluginInfoArray.Close();
     iPluginArray.ResetAndDestroy();
+    iUuidContainter.Close();
     REComSession::FinalClose();
+    TRACE_FUNC_EXIT
     }