- attempt to fix thread crash when ending game for network play

This commit is contained in:
SoftCoder
2014-12-19 19:08:04 -08:00
parent 1a3e265d4a
commit 4dea67cff9
5 changed files with 16 additions and 7 deletions

View File

@@ -2637,7 +2637,7 @@ int UPNP_Tools::upnp_init(void *param) {
//if(devlist != NULL) {
// freeUPNPDevlist(devlist);
//}
devlist = NULL;
//devlist = NULL;
return result;
}