diff -r cfd5c2994f10 -r 113b91e0a2ad ximpfw/tsrc/tsrcutils/testcaseutils/prfwteststatuseventlistener.cpp --- a/ximpfw/tsrc/tsrcutils/testcaseutils/prfwteststatuseventlistener.cpp Tue Aug 31 15:31:29 2010 +0300 +++ b/ximpfw/tsrc/tsrcutils/testcaseutils/prfwteststatuseventlistener.cpp Wed Sep 01 12:27:45 2010 +0100 @@ -186,6 +186,7 @@ RArray< TXIMPTestStatusEventSnapshot >& aArray, TXIMPTestStatusEventTemplate aTemplate ) { + CleanupClosePushL(aArray); switch( aTemplate ) { // session handling @@ -552,6 +553,7 @@ Panic( EStatusEventListenerUnknownEventTemplate ); } } + CleanupStack::Pop(&aArray); }