diff options
Diffstat (limited to 'custom_mutators/symcc/symcc.c')
-rw-r--r-- | custom_mutators/symcc/symcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom_mutators/symcc/symcc.c b/custom_mutators/symcc/symcc.c index acec29da..9c6c0cb8 100644 --- a/custom_mutators/symcc/symcc.c +++ b/custom_mutators/symcc/symcc.c @@ -45,6 +45,7 @@ my_mutator_t *afl_custom_init(afl_state_t *afl, unsigned int seed) { if ((data->mutator_buf = malloc(MAX_FILE)) == NULL) { + free(data); perror("mutator_buf alloc"); return NULL; |