From 320f600cd980230b2b2e34c7256c9564af6afae9 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Wed, 10 Jun 2020 19:01:39 +0200 Subject: Add some basic memory tracking infrastructure while hacking --- announce.c | 1 + 1 file changed, 1 insertion(+) (limited to 'announce.c') diff --git a/announce.c b/announce.c index a17bd9a..797807b 100644 --- a/announce.c +++ b/announce.c @@ -96,6 +96,7 @@ announce_free(struct uring_task *task) struct announce *aev = container_of(task, struct announce, task); fprintf(stderr, "%s: called with task 0x%p and aev 0x%p\n", __func__, task, aev); + xfree(aev); } void -- cgit v1.2.3