aboutsummaryrefslogtreecommitdiff
path: root/auxiliary
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2023-04-20 13:35:58 +0100
committerSimon Tatham <anakin@pobox.com>2023-04-20 17:21:12 +0100
commitbb561ee3b18be69e52b17cedde50eac96ea409da (patch)
tree43b58f8e05550dfad4936e63cccb7ebe9a7c7ed5 /auxiliary
parent16f997d34c7b435d3fcf5774c700579e188b017f (diff)
downloadpuzzles-bb561ee3b18be69e52b17cedde50eac96ea409da.zip
puzzles-bb561ee3b18be69e52b17cedde50eac96ea409da.tar.gz
puzzles-bb561ee3b18be69e52b17cedde50eac96ea409da.tar.bz2
puzzles-bb561ee3b18be69e52b17cedde50eac96ea409da.tar.xz
Use a dedicated free function to free dsfs.
No functional change: currently, this just wraps the previous sfree call.
Diffstat (limited to 'auxiliary')
-rw-r--r--auxiliary/divvy-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auxiliary/divvy-test.c b/auxiliary/divvy-test.c
index b6c9584..b7e3d6c 100644
--- a/auxiliary/divvy-test.c
+++ b/auxiliary/divvy-test.c
@@ -94,7 +94,7 @@ int main(int argc, char **argv)
printf("\n");
}
printf("\n");
- sfree(dsf);
+ dsf_free(dsf);
}
printf("%d retries needed for %d successes\n", fail_counter, tries);