mirror of
https://github.com/xmrig/xmrig-proxy.git
synced 2026-02-09 02:59:17 +08:00
Fixed terminal issues after exit on Linux and OS X.
This commit is contained in:
@@ -101,6 +101,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_proxy);
|
||||
free(m_options);
|
||||
|
||||
Reference in New Issue
Block a user