http://llvm.org/bugs/show_bug.cgi?id=6082

           Summary: ELFWriter leaks memory
           Product: new-bugs
           Version: 2.6
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


We use the ELF object file format in a persistent process and have seen issues
with leaked memory.

Specifically, the elements contained within the SectionList and SymbolList
containers leak.  Also, check the construction of the symbols that populate the
SymbolList.  I seem to remember that there is a PrivateList that can be
populated which doesn't seem to be getting freed.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to