upnpframework/upnpcommonui/src/upnpadvfindlist.cpp
changeset 30 5ec426854821
parent 0 7f85d04be362
equal deleted inserted replaced
25:52826dcbed74 30:5ec426854821
   303                     //Copy the item
   303                     //Copy the item
   304                     item = CUpnpItem::NewL();
   304                     item = CUpnpItem::NewL();
   305                     CleanupStack::PushL( item );
   305                     CleanupStack::PushL( item );
   306                     item->CopyL( *aResultArray[count] );
   306                     item->CopyL( *aResultArray[count] );
   307                     //And if item is correct type
   307                     //And if item is correct type
   308                     iResultArray.Append( item ); // item ownership transferred
   308                     iResultArray.AppendL( item ); // item ownership transferred
   309                     CleanupStack::Pop( item );
   309                     CleanupStack::Pop( item );
   310                     }
   310                     }
   311                 }
   311                 }
   312             }
   312             }
   313         }
   313         }