File diff r18636:c90444debac9 → r18637:6db0bce1fa51
src/network/network_udp.cpp
Show inline comments
 
@@ -421,6 +421,9 @@ void ClientNetworkUDPSocketHandler::Hand
 
		config->info->Release();
 
		config->info = f->info;
 
		config->info->AddRef();
 
		config->url->Release();
 
		config->url = f->url;
 
		config->url->AddRef();
 
	}
 
	SetBit(config->flags, GCF_COPY);
 
}