mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
format code
This commit is contained in:
@ -939,9 +939,7 @@ void post_run_py(void *py_mutator) {
|
||||
|
||||
py_args = PyTuple_New(0);
|
||||
py_value = PyObject_CallObject(
|
||||
((py_mutator_t *)py_mutator)
|
||||
->py_functions[PY_FUNC_POST_RUN],
|
||||
py_args);
|
||||
((py_mutator_t *)py_mutator)->py_functions[PY_FUNC_POST_RUN], py_args);
|
||||
Py_DECREF(py_args);
|
||||
|
||||
if (py_value != NULL) {
|
||||
|
Reference in New Issue
Block a user