From f4a7b80b4ff63d6610142b417cbadd6526339ae4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 10 Jan 2021 00:24:24 -0800 Subject: Updated more things to use xfree(&foo) instead of free(foo) --- utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 7fde16f..8fcb345 100644 --- a/utils.h +++ b/utils.h @@ -34,7 +34,7 @@ void *memcheck(void *p); __attribute__((nonnull)) int memicmp(const void *s1, const void *s2, size_t n); __attribute__((nonnull)) -void xfree(void **p); +void xfree(void *p); #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 -- cgit v1.2.3