1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-10 17:12:46 -05:00

Fix uv_tty_reset_mode on Linux.

This commit is contained in:
XMRig
2019-03-19 22:13:43 +07:00
parent 4c95136e6a
commit 8d61a47040
2 changed files with 2 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ xmrig::Console::~Console()
void xmrig::Console::stop()
{
uv_tty_reset_mode();
Handle::close(m_tty);
m_tty = nullptr;
}