Skip to content

Commit

Permalink
fix possible assertion failure in playturn_network_adapter::read
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Dec 31, 2015
1 parent acafe54 commit 10372ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playturn.cpp
Expand Up @@ -121,6 +121,7 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data_from_reader(bool
{
return res;
}
cfg.clear();
}
return PROCESS_CONTINUE;
}
Expand Down

0 comments on commit 10372ed

Please sign in to comment.