diff -r 703a2b94c06c -r dde4619868dc usbclasses/usbphoneasmodem/classimplementation/atplugin/src/pamengine.cpp --- a/usbclasses/usbphoneasmodem/classimplementation/atplugin/src/pamengine.cpp Wed Sep 15 13:20:24 2010 +0300 +++ b/usbclasses/usbphoneasmodem/classimplementation/atplugin/src/pamengine.cpp Wed Oct 13 15:41:46 2010 +0300 @@ -306,9 +306,9 @@ CleanupStack::PopAndDestroy(); // connectionMethod } tmpName = NULL; - CleanupStack::PopAndDestroy(2); // destination + CleanupStack::PopAndDestroy(2); // destination, tmpName } - CleanupStack::PopAndDestroy(3); // cmManager + CleanupStack::PopAndDestroy(3); // cmManager, destinations, buf TRACE_FUNC_EXIT return; }