mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
replaced free with ck_free
This commit is contained in:
@ -123,7 +123,7 @@ typedef enum prealloc_status {
|
|||||||
case PRE_STATUS_MALLOC: { \
|
case PRE_STATUS_MALLOC: { \
|
||||||
\
|
\
|
||||||
(el_ptr)->pre_status = PRE_STATUS_UNUSED; \
|
(el_ptr)->pre_status = PRE_STATUS_UNUSED; \
|
||||||
free((el_ptr)); \
|
ck_free((el_ptr)); \
|
||||||
break; \
|
break; \
|
||||||
\
|
\
|
||||||
} \
|
} \
|
||||||
|
Reference in New Issue
Block a user