fix possible assertion failure in playturn_network_adapter::read

This commit is contained in:
gfgtdf 2015-12-31 04:11:25 +01:00
parent acafe54705
commit 10372edbe2

View file

@ -121,6 +121,7 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data_from_reader(bool
{
return res;
}
cfg.clear();
}
return PROCESS_CONTINUE;
}