diff -r 10246e066a50 -r e53c01f160bc presencefwsimpleadpt/src/simplepluginauthorization.cpp --- a/presencefwsimpleadpt/src/simplepluginauthorization.cpp Tue May 25 13:08:20 2010 +0300 +++ b/presencefwsimpleadpt/src/simplepluginauthorization.cpp Mon Jun 21 16:06:46 2010 +0300 @@ -545,7 +545,7 @@ { MXIMPIdentity* entity = myFactory.NewIdentityLC(); // << entity entity->SetIdentityL( aBlockers[i] ); - aBlockedSouls.Append( entity ); + aBlockedSouls.AppendL( entity ); CleanupStack::Pop(); // >> entity } }