[webkit-dev] Recent SVG clipping change caused lots of leaks on the bot

2010-04-13 Thread Maciej Stachowiak
https://bugs.webkit.org/show_bug.cgi?id=37527 http://trac.webkit.org/changeset/57511 Regards, Maciej ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Recent SVG clipping change caused lots of leaks on the bot

2010-04-13 Thread Oliver Hunt
looks like ~RenderSVGResourceClipper should be doing deleteAllValues(m_clipper); --Oliver On Apr 13, 2010, at 3:48 PM, Maciej Stachowiak wrote: https://bugs.webkit.org/show_bug.cgi?id=37527 http://trac.webkit.org/changeset/57511 Regards, Maciej

Re: [webkit-dev] Recent SVG clipping change caused lots of leaks on the bot

2010-04-13 Thread Maciej Stachowiak
On Apr 13, 2010, at 3:58 PM, Oliver Hunt wrote: looks like ~RenderSVGResourceClipper should be doing deleteAllValues (m_clipper); I'll try that locally once I have a debug build, if no one beats me to it. - Maciej --Oliver On Apr 13, 2010, at 3:48 PM, Maciej Stachowiak wrote: