harvester/common/src/propertywatcher.cpp
branchRCL_3
changeset 15 3cebc1a84278
parent 8 6752808b2036
child 40 910a23996aa0
--- 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" ); 
 	}