Skip to content

Commit c41a0c0

Browse files
committed
removed memory leak in test 50
1 parent ab911a3 commit c41a0c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/tests/jf_test_50.F90

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ subroutine test_50(error_cnt)
4242
call json%create_object(p,'') !create the root
4343
call json_value_add_real_vec_2d(json, p, CK_'Pcir', pcir, by_col=.true.)
4444
call json%print(p)
45+
call json%destroy(p)
4546

4647
error_cnt = 0
4748

0 commit comments

Comments
 (0)