diff -r 52826dcbed74 -r 5ec426854821 upnpsharing/upnpcontentserver/src/upnpcontentserver.cpp --- a/upnpsharing/upnpcontentserver/src/upnpcontentserver.cpp Fri Aug 06 12:57:10 2010 +0300 +++ b/upnpsharing/upnpcontentserver/src/upnpcontentserver.cpp Fri Sep 03 15:38:36 2010 +0300 @@ -249,7 +249,7 @@ void CUpnpContentServer::Stop() { __LOG8_1( "%s begin.", __PRETTY_FUNCTION__ ); - if ( iIdle ) + /* if ( iIdle ) { iIdle->Cancel(); } @@ -261,7 +261,7 @@ iIdle->Start( KShutdownTimeout, KShutdownTimeout, - TCallBack( Shutdown, this ) ); + TCallBack( Shutdown, this ) );*/ __LOG8_1( "%s end.", __PRETTY_FUNCTION__ ); }