aboutsummaryrefslogtreecommitdiff
path: root/xs_set.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-09-20 10:47:14 +0200
committerdefault <nobody@localhost>2024-09-20 10:47:14 +0200
commit2d2a685ec8bb30452fbf66025391f34f2bd03685 (patch)
tree0da1501b7a71e4ca13dd24ceb744b9bf569e94cf /xs_set.h
parent3a5c78147cf20f46ccabb9104bf650d7561ebde9 (diff)
More migration work.
Diffstat (limited to 'xs_set.h')
-rw-r--r--xs_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_set.h b/xs_set.h
index 94c2b84..f6b65aa 100644
--- a/xs_set.h
+++ b/xs_set.h
@@ -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));
}