We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab911a3 commit c41a0c0Copy full SHA for c41a0c0
src/tests/jf_test_50.F90
@@ -42,6 +42,7 @@ subroutine test_50(error_cnt)
42
call json%create_object(p,'') !create the root
43
call json_value_add_real_vec_2d(json, p, CK_'Pcir', pcir, by_col=.true.)
44
call json%print(p)
45
+ call json%destroy(p)
46
47
error_cnt = 0
48
0 commit comments