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 20c93ce commit a17bd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playturn.cpp
Expand Up @@ -120,6 +120,7 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data_from_reader()
{
return res;
}
cfg.clear();
}
return PROCESS_CONTINUE;
}
Expand Down

0 comments on commit a17bd92

Please sign in to comment.