Skip to content

Commit

Permalink
fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed Oct 18, 2023
1 parent 494bc28 commit 933986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-core/src/network_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ void network_manager::stop_server()
_net_thread.join();
_audio_manager->stop();
_playing_peer_list.clear();
_ioc = nullptr;
_udp_server = nullptr;
_ioc = nullptr;
spdlog::info("server stopped");
}

Expand Down

0 comments on commit 933986a

Please sign in to comment.