From 3e6d1eacaa8829d6ac0e4b40bcb5a41bcb59846a Mon Sep 17 00:00:00 2001
From: Kimplul <kimi.h.kuparinen@gmail.com>
Date: Mon, 15 Jul 2024 13:38:53 +0300
Subject: remember to clean up properly

---
 tests/ldxr_d.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'tests/ldxr_d.c')

diff --git a/tests/ldxr_d.c b/tests/ldxr_d.c
index a2ed0b8..993952a 100644
--- a/tests/ldxr_d.c
+++ b/tests/ldxr_d.c
@@ -30,4 +30,6 @@ int main(int argc, char *argv[])
 	assert(erff2(f,
 	             EJIT_ARG(data, void *),
 	             EJIT_ARG(2 * sizeof(double), unsigned)) == data[2]);
+
+	ejit_destroy_func(f);
 }
-- 
cgit v1.2.3