Browse Source

Free dvlnet resources when game is shutting down

pull/3002/head
staphen 5 years ago committed by Anders Jenbo
parent
commit
393d6d7fbe
  1. 1
      Source/storm/storm_net.cpp

1
Source/storm/storm_net.cpp

@ -93,6 +93,7 @@ bool SNetDestroy()
#ifndef NONET
std::lock_guard<SdlMutex> lg(storm_net_mutex);
#endif
dvlnet_inst = nullptr;
return true;
}

Loading…
Cancel
Save