Skip to content
Snippets Groups Projects
Commit 99a739bf authored by Aidan Chalk's avatar Aidan Chalk
Browse files

Added the missing qsched_free call to the fortran test

parent 430bd0bd
No related branches found
No related tags found
1 merge request!8[WIP] Fortran bindings
......@@ -53,5 +53,6 @@ end do
Call qsched_run(sched, nr_threads, fun)
call qsched_free(sched)
call f_qsched_destroy(sched)
End Program
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment