upnp/upnpstack/serviceframework/src/upnpdevice.cpp
changeset 26 b6b8e90f9863
parent 0 f5a58ecadc66
child 30 594d15129e2c
--- a/upnp/upnpstack/serviceframework/src/upnpdevice.cpp	Fri Jul 23 08:57:49 2010 +0300
+++ b/upnp/upnpstack/serviceframework/src/upnpdevice.cpp	Fri Aug 06 18:27:32 2010 +0300
@@ -544,7 +544,7 @@
 
     for (TInt i = 0; i < iDeviceList.Count(); i++ )
         {
-        aDevices.Append( iDeviceList[i] );
+        TRAP_IGNORE(aDevices.AppendL( iDeviceList[i] ));
         iDeviceList[i]->GetAllDevices(aDevices);
         }