diff -r 10183c6d2913 -r 015fa7494bd2 bluetooth/btstack/avdtp/avdtpMediaSession.h --- a/bluetooth/btstack/avdtp/avdtpMediaSession.h Wed Sep 15 13:27:26 2010 +0300 +++ b/bluetooth/btstack/avdtp/avdtpMediaSession.h Wed Oct 13 15:48:34 2010 +0300 @@ -34,6 +34,7 @@ public: static CMediaSession* NewLC(CAvdtpProtocol& aProtocol, CAvdtpSAP& aSAP, CAVStream& aStream); static CMediaSession* NewL(CAvdtpProtocol& aProtocol, CAvdtpSAP& aSAP, CAVStream& aStream); + ~CMediaSession(); virtual TInt GetOption(TUint aLevel, TUint aName, TDes8& aOption) const; virtual void Ioctl(TUint aLevel, TUint aName, const TDesC8* aOption);