usbclasses/usbphoneasmodem/classimplementation/atplugin/src/pamengine.cpp
branchRCL_3
changeset 92 dde4619868dc
parent 0 1e05558e2206
equal deleted inserted replaced
86:703a2b94c06c 92:dde4619868dc
   304                     }
   304                     }
   305                 }
   305                 }
   306             CleanupStack::PopAndDestroy(); // connectionMethod
   306             CleanupStack::PopAndDestroy(); // connectionMethod
   307             }
   307             }
   308         tmpName = NULL;
   308         tmpName = NULL;
   309         CleanupStack::PopAndDestroy(2); // destination
   309         CleanupStack::PopAndDestroy(2); // destination, tmpName
   310         }
   310         }
   311     CleanupStack::PopAndDestroy(3); // cmManager
   311     CleanupStack::PopAndDestroy(3);  // cmManager, destinations, buf
   312     TRACE_FUNC_EXIT
   312     TRACE_FUNC_EXIT
   313     return;
   313     return;
   314     }
   314     }
   315 
   315 
   316 /**
   316 /**