diff -r 320ec5cd0227 -r d176b53f330f messagingfw/msgsrvnstore/server/src/MTCLBASE.CPP --- a/messagingfw/msgsrvnstore/server/src/MTCLBASE.CPP Wed Aug 18 10:15:32 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/src/MTCLBASE.CPP Thu Sep 02 20:55:53 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -84,7 +84,10 @@ delete iParaFormatLayer; iRegisteredMtmDll.ReleaseLibrary(); delete iAttachmentWaiter; - delete iExtensionData; + if(iExtensionData) + { + delete iExtensionData; + } }