diff -r 6dfc5f825351 -r 50bf9db68373 harvester/common/src/propertywatcher.cpp --- 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" ); }