diff options
| author | default <nobody@localhost> | 2024-09-20 10:47:14 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-20 10:47:14 +0200 |
| commit | 2d2a685ec8bb30452fbf66025391f34f2bd03685 (patch) | |
| tree | 0da1501b7a71e4ca13dd24ceb744b9bf569e94cf /xs_set.h | |
| parent | 3a5c78147cf20f46ccabb9104bf650d7561ebde9 (diff) | |
More migration work.
Diffstat (limited to 'xs_set.h')
| -rw-r--r-- | xs_set.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ xs_list *xs_set_result(xs_set *s) void xs_set_free(xs_set *s) /* frees a set, dropping the list */ { - free(xs_set_result(s)); + xs_free(xs_set_result(s)); } |