diff options
-rw-r--r-- | include/afl-prealloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-prealloc.h b/include/afl-prealloc.h index aabb04ed..02de0344 100644 --- a/include/afl-prealloc.h +++ b/include/afl-prealloc.h @@ -123,7 +123,7 @@ typedef enum prealloc_status { case PRE_STATUS_MALLOC: { \ \ (el_ptr)->pre_status = PRE_STATUS_UNUSED; \ - free((el_ptr)); \ + ck_free((el_ptr)); \ break; \ \ } \ |