[chromium-dev] Re: memory leak in the jpeg_codec.cc

2009-07-06 Thread runtime
call to jpeg_start_compress()" is invalid (I am not sure). On 2 июл, 21:01, Lei Zhang wrote: > It probably needs to be converted into a scoped_array like in > JPEGCodec::Decode. Can you file a bug for this onhttp://crbug.com/? > > > > On Thu, Jul 2, 2009 at 5:59 AM, runti

[chromium-dev] Re: memory leak in the jpeg_codec.cc

2009-07-06 Thread runtime
p://crbug.com/ ? > > On Thu, Jul 2, 2009 at 5:59 AM, runtime wrote: > > > > Hi > > There is memory leak in the module jpeg_codec.cc, member function > > > > bool JPEGCodec::Encode(const unsigned char* input, ColorFormat format, > >                       int w,

[chromium-dev] Re: memory leak in the jpeg_codec.cc

2009-07-06 Thread runtime
Jul 2, 2009 at 5:59 AM, runtime wrote: > > > > Hi > > There is memory leak in the module jpeg_codec.cc, member function > > > > bool JPEGCodec::Encode(const unsigned char* input, ColorFormat format, > >                       int w, int h, int row_byte_widt

[chromium-dev] memory leak in the jpeg_codec.cc

2009-07-02 Thread runtime
Hi There is memory leak in the module jpeg_codec.cc, member function bool JPEGCodec::Encode(const unsigned char* input, ColorFormat format, int w, int h, int row_byte_width, int quality, std::vector* output); code // output row after converting