summaryrefslogtreecommitdiff
path: root/xs_set.h
diff options
context:
space:
mode:
authorGravatar default2024-09-20 10:47:14 +0200
committerGravatar default2024-09-20 10:47:14 +0200
commit2d2a685ec8bb30452fbf66025391f34f2bd03685 (patch)
tree0da1501b7a71e4ca13dd24ceb744b9bf569e94cf /xs_set.h
parentMove migration work. (diff)
downloadpenes-snac2-2d2a685ec8bb30452fbf66025391f34f2bd03685.tar.gz
penes-snac2-2d2a685ec8bb30452fbf66025391f34f2bd03685.tar.xz
penes-snac2-2d2a685ec8bb30452fbf66025391f34f2bd03685.zip
More migration work.
Diffstat (limited to '')
-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)
47void xs_set_free(xs_set *s) 47void xs_set_free(xs_set *s)
48/* frees a set, dropping the list */ 48/* frees a set, dropping the list */
49{ 49{
50 free(xs_set_result(s)); 50 xs_free(xs_set_result(s));
51} 51}
52 52
53 53