more small fixes

This commit is contained in:
hexcoder-
2020-11-13 00:44:08 +01:00
parent 4a4c14c9a9
commit 54a312a5fe
5 changed files with 13 additions and 9 deletions

View File

@ -214,6 +214,7 @@ static py_mutator_t *init_py_module(afl_state_t *afl, u8 *module_name) {
PyErr_Print();
fprintf(stderr, "Failed to load \"%s\"\n", module_name);
free(py);
return NULL;
}