mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
Added a sanity check and more clean-ups.
This commit is contained in:
@@ -446,8 +446,6 @@ net_slirp_close(void)
|
||||
|
||||
/* Tell the thread to terminate. */
|
||||
if (slirp->poll_tid) {
|
||||
network_busy(0);
|
||||
|
||||
/* Wait for the thread to finish. */
|
||||
slirp_log("SLiRP: waiting for thread to end...\n");
|
||||
thread_wait_event(slirp->poll_state, -1);
|
||||
|
||||
Reference in New Issue
Block a user