mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-29 16:53:27 -05:00
Fixed terminal issues after exit on Linux and OS X.
This commit is contained in:
@@ -115,6 +115,7 @@ int App::exec()
|
||||
|
||||
const int r = uv_run(uv_default_loop(), UV_RUN_DEFAULT);
|
||||
uv_loop_close(uv_default_loop());
|
||||
uv_tty_reset_mode();
|
||||
|
||||
free(m_network);
|
||||
free(m_options);
|
||||
|
||||
Reference in New Issue
Block a user