[llvm-commits] [PATCH] PostDominators: avoid memory leak

Török Edwin edwintorok at gmail.com
Sat May 3 13:35:47 PDT 2008


Bill Wendling wrote:
> On May 3, 2008, at 8:56 AM, Török Edwin wrote:
>
>   
>> Hi,
>>
>> The DT  member of PostDominatorTree is never freed, and valgrind  
>> reports
>> a leak.
>> No other optimization passess leak, and I like to see as few errors as
>> possible from valgrind, hence this patch.
>> It is only a matter of adding a simple destructor.
>>
>> Can I commit?
>>
>>     
> Looks good to me. Please commit.

Thanks commited in r50607.

BTW my commit messages never reach this list (I consulted the archives
at lists.cs.uiuc.edu), and it is not just this commit.
My previous commits don't show up either ...

Best regards,
--Edwin





More information about the llvm-commits mailing list