replaced free with ck_free

This commit is contained in:
Dominik Maier
2020-03-09 19:36:02 +01:00
parent 782cffb130
commit 253bbf3a5c

View File

@ -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; \
\
} \