Skip to content

Commit c1651cd

Browse files
committed
destroy pointer in test 12
1 parent a9de08e commit c1651cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/jf_test_12.F90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ subroutine test_12(error_cnt)
152152

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

155+
call json%destroy(root)
156+
155157
call my_file%update('array data.description',CK_'vector data',found=existed)
156158
call check_file_errors(existed)
157159

0 commit comments

Comments
 (0)