[Mesa-dev] leak in loop_analysis
Dave Airlie
airlied at gmail.com
Fri Nov 30 17:20:04 PST 2012
On Sat, Dec 1, 2012 at 4:18 AM, Ian Romanick <idr at freedesktop.org> wrote:
> On 11/30/2012 02:20 AM, Dave Airlie wrote:
>>
>> Coverity pointed out
>> src/glsl/loop_analysis.cpp
>>
>> loop_analysis::loop_analysis()
>> {
>> this->loops = new loop_state;
>>
>>
>> This loops is never freed anywhere, probably need a destructor.
>
>
> Aw crap. Could you submit a bug for that, and assign it to me?
Done.
https://bugs.freedesktop.org/show_bug.cgi?id=57753
Dave.
More information about the mesa-dev
mailing list