[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
Wed Aug 19 11:22:32 PDT 2009


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


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




More information about the llvm-commits mailing list