diff --git a/Source/storm/storm_net.cpp b/Source/storm/storm_net.cpp index 5e5973209..ebd3907b1 100644 --- a/Source/storm/storm_net.cpp +++ b/Source/storm/storm_net.cpp @@ -93,6 +93,7 @@ bool SNetDestroy() #ifndef NONET std::lock_guard lg(storm_net_mutex); #endif + dvlnet_inst = nullptr; return true; }