harvester/common/src/propertywatcher.cpp
changeset 21 50bf9db68373
parent 20 6dfc5f825351
child 40 910a23996aa0
--- a/harvester/common/src/propertywatcher.cpp	Fri Mar 19 09:38:01 2010 +0200
+++ b/harvester/common/src/propertywatcher.cpp	Fri Apr 16 15:23:55 2010 +0300
@@ -189,6 +189,7 @@
 	WRITELOG( "CPropertyWatcher::~CPropertyWatcher() - begin" ); 
 	
 	iListenersArray.ResetAndDestroy(); // Clean array and objects.
+    iListenersArray.Close(); 
 	
 	WRITELOG( "CPropertyWatcher::~CPropertyWatcher() - end" ); 
 	}