mirror of
https://github.com/monero-project/monero.git
synced 2026-02-03 02:05:05 +01:00
epee: do not propagate exception through dtor
Coverity 161867
This commit is contained in:
@@ -63,7 +63,8 @@ namespace epee
|
|||||||
|
|
||||||
~async_stdin_reader()
|
~async_stdin_reader()
|
||||||
{
|
{
|
||||||
stop();
|
try { stop(); }
|
||||||
|
catch (...) { /* ignore */ }
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_READLINE
|
#ifdef HAVE_READLINE
|
||||||
|
|||||||
Reference in New Issue
Block a user