upnp/upnpstack/serviceframework/src/upnpdevice.cpp
changeset 27 226a2340cdd3
parent 0 f5a58ecadc66
child 30 594d15129e2c
--- a/upnp/upnpstack/serviceframework/src/upnpdevice.cpp	Fri Jun 11 14:30:51 2010 +0300
+++ b/upnp/upnpstack/serviceframework/src/upnpdevice.cpp	Wed Aug 18 10:42:04 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);
         }