harvester/common/src/propertywatcher.cpp
branchRCL_3
changeset 7 3cebc1a84278
parent 3 6752808b2036
child 19 b73252188534
--- a/harvester/common/src/propertywatcher.cpp	Fri Mar 12 15:44:28 2010 +0200
+++ b/harvester/common/src/propertywatcher.cpp	Mon Mar 15 12:42:24 2010 +0200
@@ -189,6 +189,7 @@
 	WRITELOG( "CPropertyWatcher::~CPropertyWatcher() - begin" ); 
 	
 	iListenersArray.ResetAndDestroy(); // Clean array and objects.
+    iListenersArray.Close(); 
 	
 	WRITELOG( "CPropertyWatcher::~CPropertyWatcher() - end" ); 
 	}