jacobwilliams / json-fortran

A Modern Fortran JSON API
https://jacobwilliams.github.io/json-fortran/
Other
332 stars 83 forks source link

Memory leak in json_value_clone_func #489

Closed jacobwilliams closed 3 years ago

jacobwilliams commented 3 years ago

Is there is a memory leak in json_value_clone_func? It's nullifying to but it looks like we are passing in allocated pointers (to%next and to%children in this routine)