diff -r 52826dcbed74 -r 5ec426854821 upnpsharing/upnpcontentserver/src/upnpcontentserverclient.cpp --- a/upnpsharing/upnpcontentserver/src/upnpcontentserverclient.cpp Fri Aug 06 12:57:10 2010 +0300 +++ b/upnpsharing/upnpcontentserver/src/upnpcontentserverclient.cpp Fri Sep 03 15:38:36 2010 +0300 @@ -180,7 +180,7 @@ { __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ ); - delete iSendBuffer; + /* delete iSendBuffer; iSendBuffer = NULL; iSendBuffer = CBufFlat::NewL( KTintSize ); @@ -200,7 +200,7 @@ SendReceive( ERequestSelectionContent, TIpcArgs( &iSendBufferPtr, &iContentBufferPtr ), aStatus ); - CleanupStack::PopAndDestroy( &sendstream ); + CleanupStack::PopAndDestroy( &sendstream );*/ __LOG8_1( "%s end.", __PRETTY_FUNCTION__ ); } @@ -298,7 +298,7 @@ { __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ ); - delete iSendBuffer; + /* delete iSendBuffer; iSendBuffer = NULL; iSendBuffer = CBufFlat::NewL( KTintSize ); @@ -312,7 +312,7 @@ SendReceive( ERefreshShareContent, TIpcArgs( &iSendBufferPtr ), aStatus ); - CleanupStack::PopAndDestroy( &stream ); + CleanupStack::PopAndDestroy( &stream );*/ __LOG8_1( "%s end.", __PRETTY_FUNCTION__ ); } @@ -328,7 +328,7 @@ { __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ ); - delete iSendBuffer; + /* delete iSendBuffer; iSendBuffer = NULL; iSendBuffer = CBufFlat::NewL( KTintSize ); @@ -345,7 +345,7 @@ SendReceive( EGetSelectionIndexes, TIpcArgs( &iSendBufferPtr, &iReceiveBufferPtr ), aStatus ); - CleanupStack::PopAndDestroy( &sendstream ); + CleanupStack::PopAndDestroy( &sendstream );*/ __LOG8_1( "%s end.", __PRETTY_FUNCTION__ ); } @@ -397,7 +397,7 @@ { __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ ); - delete iSendBuffer; + /* delete iSendBuffer; iSendBuffer = NULL; iSendBuffer = CBufFlat::NewL( KTintSize ); @@ -411,7 +411,7 @@ SendReceive( EStartConnectionMonitor, TIpcArgs( &iSendBufferPtr ), aStatus ); - CleanupStack::PopAndDestroy( &sendstream ); + CleanupStack::PopAndDestroy( &sendstream );*/ __LOG8_1( "%s end.", __PRETTY_FUNCTION__ ); }