upnpframework/upnpcommonui/src/upnpadvfindlist.cpp
changeset 32 3785f754ee62
parent 0 7f85d04be362
--- a/upnpframework/upnpcommonui/src/upnpadvfindlist.cpp	Wed Aug 18 10:02:50 2010 +0300
+++ b/upnpframework/upnpcommonui/src/upnpadvfindlist.cpp	Fri Sep 17 08:31:21 2010 +0300
@@ -305,7 +305,7 @@
                     CleanupStack::PushL( item );
                     item->CopyL( *aResultArray[count] );
                     //And if item is correct type
-                    iResultArray.Append( item ); // item ownership transferred
+                    iResultArray.AppendL( item ); // item ownership transferred
                     CleanupStack::Pop( item );
                     }
                 }