serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
706 stars 152 forks source link

Fix alloc-dealloc-mismatch reported in ASAN #108

Closed bladchan closed 1 year ago

bladchan commented 1 year ago

Fix issue #107

serge1 commented 1 year ago

Accepted. Thank you!