mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-02-23 23:27:54 -07:00
The commands handler must not be destroyed before the config object, or we'll be accessing freed memory. An earlier attempt at using boost::shared_ptr to control object lifetime turned out to be very invasive, though would be a better solution in theory.
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.