diff options
Diffstat (limited to 'tests/ldxr_d.c')
-rw-r--r-- | tests/ldxr_d.c | 2 |
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); } |