[llvm-commits] [llvm] r75828 - in /llvm/trunk/lib: CodeGen/ELF.h CodeGen/ELFCodeEmitter.cpp CodeGen/ELFWriter.cpp CodeGen/ELFWriter.h Target/X86/X86ELFWriterInfo.cpp

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Tue Sep 1 12:28:18 PDT 2009


On Wed, Aug 19, 2009 at 3:22 PM, Bruno Cardoso
Lopes<bruno.cardoso at gmail.com> wrote:
> On Wed, Aug 19, 2009 at 1:44 PM, Reid Kleckner<rnk at mit.edu> wrote:
>> I just noticed that this patch introduces a memory leak for the ELFSym
>> objects.  When you clear out the vector, you need to delete all the
>> pointers, or you could switch it back to being pass-by-value.
>
> Ok, I'll investigate it! Thanks Reid

Hopefully fixed. :)

-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc




More information about the llvm-commits mailing list