aclements / libelfin

C++11 ELF/DWARF parser
MIT License
314 stars 99 forks source link

Fix memory leaks and string assert #34 #83

Open meowstr opened 2 months ago

meowstr commented 2 months ago

This fixes 2 memory leaks and a string assert demonstrated in issue #34. Also I prepended std:: to all the move calls. Please merge.