branch | RCL_3 |
changeset 13 | 19bff11d6c18 |
parent 0 | 667063e416a2 |
--- a/locationmapnavfw/library/src/mnmapviewserviceclient.cpp Fri Mar 12 15:44:22 2010 +0200 +++ b/locationmapnavfw/library/src/mnmapviewserviceclient.cpp Mon Mar 15 12:42:19 2010 +0200 @@ -79,7 +79,7 @@ args.Set( EMnIpcMapLmIdsParamIndex, &idsDes ); TInt err = SendReceive( EMnIpcAddLmIdsToShow, args ); - delete ids; + delete[] ids; User::LeaveIfError( err ); }