upnp/upnpstack/messagehandler/src/upnpipfiltering.cpp
branchRCL_3
changeset 29 5c72fd91570d
parent 0 f5a58ecadc66
child 30 594d15129e2c
equal deleted inserted replaced
7:8116cc943311 29:5c72fd91570d
   239         TPckg<TInetAddr> temp( iAllowedIPsList[i] );
   239         TPckg<TInetAddr> temp( iAllowedIPsList[i] );
   240         writer << temp;
   240         writer << temp;
   241         }
   241         }
   242 
   242 
   243     // create heap descriptor
   243     // create heap descriptor
   244     iListBuf.Create( buf->Size() );
   244     iListBuf.CreateL( buf->Size() );
   245     buf->Read( 0, iListBuf, buf->Size() );
   245     buf->Read( 0, iListBuf, buf->Size() );
   246 
   246 
   247     // clean up;
   247     // clean up;
   248     CleanupStack::PopAndDestroy( &writer );
   248     CleanupStack::PopAndDestroy( &writer );
   249     CleanupStack::PopAndDestroy(buf);
   249     CleanupStack::PopAndDestroy(buf);