mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
replaced free with ck_free
This commit is contained in:
@ -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; \
|
||||
\
|
||||
} \
|
||||
|
Reference in New Issue
Block a user