locationmapnavfw/library/src/mnmapviewserviceclient.cpp
changeset 20 82ee1f804b63
parent 0 667063e416a2
--- a/locationmapnavfw/library/src/mnmapviewserviceclient.cpp	Fri Apr 16 15:23:31 2010 +0300
+++ b/locationmapnavfw/library/src/mnmapviewserviceclient.cpp	Mon May 03 12:54:42 2010 +0300
@@ -79,7 +79,7 @@
     args.Set( EMnIpcMapLmIdsParamIndex, &idsDes );
 
     TInt err = SendReceive( EMnIpcAddLmIdsToShow, args );
-    delete ids;
+    delete[] ids;
     User::LeaveIfError( err );
     }