Skip to content

Commit

Permalink
destroy pointer in test 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jun 1, 2024
1 parent a9de08e commit c1651cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/jf_test_12.F90
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ subroutine test_12(error_cnt)

my_file = json_file(root,verbose=.true.,real_format='G')

call json%destroy(root)

call my_file%update('array data.description',CK_'vector data',found=existed)
call check_file_errors(existed)

Expand Down

0 comments on commit c1651cd

Please sign in to comment.