From 3e6d1eacaa8829d6ac0e4b40bcb5a41bcb59846a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 15 Jul 2024 13:38:53 +0300 Subject: remember to clean up properly --- tests/escapei_float.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/escapei_float.c') diff --git a/tests/escapei_float.c b/tests/escapei_float.c index e92e3e0..c1c0993 100644 --- a/tests/escapei_float.c +++ b/tests/escapei_float.c @@ -42,4 +42,6 @@ int main(int argc, char *argv[]) float d = 22.0f; int32_t i = 20; assert(erff2(f, EJIT_ARG(&i, void *), EJIT_ARG(&d, void *)) == 42.0f); + + ejit_destroy_func(f); } -- cgit v1.2.3