Not sure if this is the correct plae to post this?
This is just a small memory leak.fix.
svn diff libdwarf/libdwarf_elf_init.c
Index: libdwarf/libdwarf_elf_init.c
===================================================================
--- libdwarf/libdwarf_elf_init.c (revision 3564)
+++ libdwarf/libdwarf_elf_init.c (working copy)
@@ -383,6 +383,7 @@
if (e->eo_shdr)
free(e->eo_shdr);
+ elf_end(e->eo_elf);
free(e);
free(iface);
Cheers.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Elftoolchain-developers mailing list
Elftoolchain-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/elftoolchain-developers