equal
deleted
inserted
replaced
737 { |
737 { |
738 // Start the media server and timer |
738 // Start the media server and timer |
739 if( iStartMessages.Count() > 0 ) |
739 if( iStartMessages.Count() > 0 ) |
740 { |
740 { |
741 RMessage2* message = new (ELeave) RMessage2( aMessage ); |
741 RMessage2* message = new (ELeave) RMessage2( aMessage ); |
|
742 CleanupStack::PushL( message); |
742 iStartMessages.AppendL( message ); |
743 iStartMessages.AppendL( message ); |
|
744 CleanupStack::Pop( message ); |
743 } |
745 } |
744 else |
746 else |
745 { |
747 { |
746 // Check if the stack's security is enabled |
748 // Check if the stack's security is enabled |
747 TBool upnpSecurityEnabled = EFalse; |
749 TBool upnpSecurityEnabled = EFalse; |