From 99a739bf91b3701492db3e2856c720fbd7ef0af8 Mon Sep 17 00:00:00 2001 From: Aidan Chalk <aidan.chalk@stfc.ac.uk> Date: Thu, 13 Apr 2017 11:53:31 +0100 Subject: [PATCH] Added the missing qsched_free call to the fortran test --- fortran_examples/test.F90 | 1 + 1 file changed, 1 insertion(+) diff --git a/fortran_examples/test.F90 b/fortran_examples/test.F90 index e8d0182..a8eb962 100644 --- a/fortran_examples/test.F90 +++ b/fortran_examples/test.F90 @@ -53,5 +53,6 @@ end do Call qsched_run(sched, nr_threads, fun) +call qsched_free(sched) call f_qsched_destroy(sched) End Program -- GitLab