commsfwsupport/commselements/nodemessages/inc/nm_interfaces.h
branchRCL_3
changeset 25 9d7ce34704c8
parent 24 00c6709d25aa
child 26 b564fb5fd78b
--- a/commsfwsupport/commselements/nodemessages/inc/nm_interfaces.h	Thu Aug 19 11:05:47 2010 +0300
+++ b/commsfwsupport/commselements/nodemessages/inc/nm_interfaces.h	Tue Aug 31 16:25:36 2010 +0300
@@ -416,13 +416,6 @@
 			iPreAllocSize=0;
 			iPreAllocatedActivityChunk=NULL;
 			}
-		~TPreAllocStore()
-			{
-			if(iPreAllocatedActivityChunk != NULL)
-				{
-				User::Free(iPreAllocatedActivityChunk);
-				}
-			}
 		TUint iPreAllocSize;
 		TAny* iPreAllocatedActivityChunk;
 		};