diff -r 52826dcbed74 -r 5ec426854821 upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp --- a/upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp Fri Aug 06 12:57:10 2010 +0300 +++ b/upnpavcontrolpoint/avcpengine/src/upnpavcpenginesession.cpp Fri Sep 03 15:38:36 2010 +0300 @@ -98,7 +98,7 @@ CUpnpCommand* command = CUpnpCommand::NewL(iAVCPManager, *this, aMessage); if (command) { - iCommandList.Append(command); + iCommandList.AppendL(command); CleanupStack::PushL(command); command->ExecuteL(); CleanupStack::Pop(command); // it will be destroyed after completion