diff -r 00c6709d25aa -r 9d7ce34704c8 commsfwsupport/commselements/nodemessages/inc/nm_interfaces.h --- 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; };