code format

This commit is contained in:
vanhauser-thc
2022-03-04 09:41:21 +01:00
parent 09123d8617
commit 2eeba2dbf0
5 changed files with 19 additions and 12 deletions

View File

@ -1257,9 +1257,12 @@ void afl_fsrv_kill(afl_forkserver_t *fsrv) {
#ifdef __linux__
if (fsrv->nyx_mode) {
free(fsrv->nyx_aux_string);
fsrv->nyx_handlers->nyx_shutdown(fsrv->nyx_runner);
fsrv->nyx_handlers->nyx_shutdown(fsrv->nyx_runner);
}
#endif
}