fix writing stat file on exit

This commit is contained in:
vanhauser-thc
2021-04-15 00:11:32 +02:00
parent 4a0e0270ad
commit ab0f13ed06
2 changed files with 23 additions and 21 deletions

View File

@ -2130,7 +2130,6 @@ int main(int argc, char **argv_orig, char **envp) {
stop_fuzzing:
write_stats_file(afl, 0, 0, 0, 0);
afl->force_ui_update = 1; // ensure the screen is reprinted
show_stats(afl); // print the screen one last time