epee: do not propagate exception through dtor

Coverity 161867
release-v0.5.1
moneromooo-monero 6 years ago
parent 0749a8bd3c
commit 2e2139ffb7
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -63,7 +63,8 @@ namespace epee
~async_stdin_reader() ~async_stdin_reader()
{ {
stop(); try { stop(); }
catch (...) { /* ignore */ }
} }
#ifdef HAVE_READLINE #ifdef HAVE_READLINE

Loading…
Cancel
Save