aboutsummaryrefslogtreecommitdiff
path: root/tests/ldxr_d.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-07-15 13:38:53 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-07-15 13:38:53 +0300
commit3e6d1eacaa8829d6ac0e4b40bcb5a41bcb59846a (patch)
tree33c1f53625cc0652a6d7ebdaea6b48771e5247d0 /tests/ldxr_d.c
parent8e04d594e8d280e37651f9976be52e0052c90513 (diff)
downloadejit-3e6d1eacaa8829d6ac0e4b40bcb5a41bcb59846a.tar.gz
ejit-3e6d1eacaa8829d6ac0e4b40bcb5a41bcb59846a.zip
remember to clean up properly
Diffstat (limited to 'tests/ldxr_d.c')
-rw-r--r--tests/ldxr_d.c2
1 files changed, 2 insertions, 0 deletions
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);
}