mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Fixed few more memory leaks in client
This commit is contained in:
@ -445,6 +445,7 @@ void CVCMIServer::threadHandleClient(std::shared_ptr<CConnection> c)
|
||||
try
|
||||
{
|
||||
pack = c->retrievePack();
|
||||
pack->c = c;
|
||||
}
|
||||
catch(boost::system::system_error & e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user