diff options
| author | Tyge Løvset <[email protected]> | 2023-01-31 13:26:04 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-01-31 13:41:33 +0100 |
| commit | a24ecd6bbfffc2e0b75b8ed48fcb5306d367ad3e (patch) | |
| tree | a9231182b09e139af14920dc6701dded80761793 /include/stc/clist.h | |
| parent | 5bbcae2a3add163ea3b7a91d65fda6836c18f410 (diff) | |
| download | STC-modified-a24ecd6bbfffc2e0b75b8ed48fcb5306d367ad3e.tar.gz STC-modified-a24ecd6bbfffc2e0b75b8ed48fcb5306d367ad3e.zip | |
Reverted c_MALLOC, c_CALLOC, c_REALLOC and c_FREE to lowercase.
Diffstat (limited to 'include/stc/clist.h')
| -rw-r--r-- | include/stc/clist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/clist.h b/include/stc/clist.h index fc4d8540..4eac2954 100644 --- a/include/stc/clist.h +++ b/include/stc/clist.h @@ -348,7 +348,7 @@ STC_DEF void _cx_memb(_erase_node_after)(_cx_self* self, _cx_node* ref) { _cx_node* node = _cx_memb(_unlink_node_after)(self, ref); i_keydrop((&node->value)); - c_FREE(node); + c_free(node); } STC_DEF _cx_node* |
