upnp/upnpstack/serviceframework/src/upnpdevice.cpp
branchRCL_3
changeset 29 5c72fd91570d
parent 0 f5a58ecadc66
child 30 594d15129e2c
--- a/upnp/upnpstack/serviceframework/src/upnpdevice.cpp	Mon Mar 15 12:43:29 2010 +0200
+++ b/upnp/upnpstack/serviceframework/src/upnpdevice.cpp	Tue Aug 31 16:06:48 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);
         }