You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json_file_load and json_file_load_from_string don't explicitly destroy the pointer p before loading, so if this type is used in a loop, then there would be a memory leak. I think we see this in test 36.
The text was updated successfully, but these errors were encountered:
json_file_load
andjson_file_load_from_string
don't explicitly destroy the pointerp
before loading, so if this type is used in a loop, then there would be a memory leak. I think we see this in test 36.The text was updated successfully, but these errors were encountered: