diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-05-05 22:28:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-05-05 22:28:02 +0000 |
commit | b827410052a640f65650d1b72d5f63d9ada28933 (patch) | |
tree | 5887764c1bdf1dd018917514bb4c4d64d14defe9 /src/libs6/s6-ftrigrd.c | |
parent | 520110086dbb3cbe543fc1930fab3bbac2becc21 (diff) | |
download | s6-b827410052a640f65650d1b72d5f63d9ada28933.tar.xz |
this is why I hate free's signature
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libs6/s6-ftrigrd.c')
-rw-r--r-- | src/libs6/s6-ftrigrd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs6/s6-ftrigrd.c b/src/libs6/s6-ftrigrd.c index 5083a37..903619c 100644 --- a/src/libs6/s6-ftrigrd.c +++ b/src/libs6/s6-ftrigrd.c @@ -50,7 +50,7 @@ static genalloc g = GENALLOC_ZERO ; /* ftrigio */ static void ftrigio_free (ftrigio *p) { - alloc_free(&p->b.c.x) ; + alloc_free(p->b.c.x) ; ftrig1_free(&p->trig) ; stralloc_free(&p->sa) ; regfree(&p->re) ; |