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 a memory leak that misuses unique_ptr #119

Closed chrihop closed 1 year ago

chrihop commented 1 year ago

Fix a memory leak that misuses unique_ptr

serge1 commented 1 year ago

Accepted. Thank you!