diff -r 590f6f022902 -r 7fb4a99d4b6b vtprotocols/inc/mvtprotocolhandler.h --- a/vtprotocols/inc/mvtprotocolhandler.h Tue Sep 14 21:23:32 2010 +0300 +++ b/vtprotocols/inc/mvtprotocolhandler.h Wed Sep 15 12:15:42 2010 +0300 @@ -1124,6 +1124,12 @@ * @param aAudioSink */ IMPORT_C static MVtAudioConfigCommand* GetAudioConfigCommandL(MVTAudioSink* aAudioSink); + + /** + * Delete instance. + * add for memory leak + */ + IMPORT_C static void DeleteAudioConfigCommandL(MVtAudioConfigCommand* aAudioConfigCommand); }; #endif