summaryrefslogtreecommitdiff
path: root/announce.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-10 19:01:39 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-10 19:01:39 +0200
commit320f600cd980230b2b2e34c7256c9564af6afae9 (patch)
treefd64b3545a386255ddccb71d3f97dd141b0d14a9 /announce.c
parentaf7dbbcbc9fe89deb4951d45b0f6ce839199c88b (diff)
Add some basic memory tracking infrastructure while hacking
Diffstat (limited to 'announce.c')
-rw-r--r--announce.c1
1 files changed, 1 insertions, 0 deletions
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