diff -r 22de2e391156 -r 20ac952a623c bthci/hci2implementations/corehcis/symbian/src/hciserver.cpp --- a/bthci/hci2implementations/corehcis/symbian/src/hciserver.cpp Thu Sep 23 17:06:47 2010 +0300 +++ b/bthci/hci2implementations/corehcis/symbian/src/hciserver.cpp Wed Oct 13 16:20:29 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2006-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" @@ -52,6 +52,8 @@ delete iBTPowerControlManager; delete iHCIDirectAccessManager; + delete iBluetoothDutModeManager; + delete iA2dpOptimiserManager; } CHCIServer::CHCIServer(CCoreHCIPluginImpl& aParent)