diff -r fcaf4606ba4e -r 5c1df44f2eed mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController/srtdecoder/srtdecoder.cpp --- a/mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController/srtdecoder/srtdecoder.cpp Thu Oct 07 23:44:30 2010 +0100 +++ b/mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController/srtdecoder/srtdecoder.cpp Wed Oct 13 12:45:32 2010 +0100 @@ -89,7 +89,7 @@ void CSrtSubtitleDecoder::ConstructL() { iFrameParser = CSrtFrame::NewL(); - iDecodeBuffer.Create(KSubtitleDecoderBufferLength); + iDecodeBuffer.CreateL(KSubtitleDecoderBufferLength); } EXPORT_C TInt CSrtSubtitleDecoder::CalculateSubtitleRegion(const TRect& aScreenSize, TRect& aSubtitleRegion)