Skip to content

Commit

Permalink
fix test memleak
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Oct 28, 2024
1 parent 17d1b47 commit 71f8000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/native_fortran/nf_sched_ctx_color.f90
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ program nf_sched_ctx
write(*,*) ' ',i, procs2(i)
end do

deallocate(procs)

! create sched context 1 with default policy, by giving a NULL policy name
ctx1 = fstarpu_sched_ctx_create(procs1, nprocs1, &
C_CHAR_"ctx1"//C_NULL_CHAR, &
Expand Down

0 comments on commit 71f8000

Please sign in to comment.