From bb561ee3b18be69e52b17cedde50eac96ea409da Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 20 Apr 2023 13:35:58 +0100 Subject: Use a dedicated free function to free dsfs. No functional change: currently, this just wraps the previous sfree call. --- auxiliary/divvy-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auxiliary') 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); -- cgit v1.1