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
You're freeing obj_status twice, first explicitly, then again as part of freeing obj_root. json_object_object_get() does not change reference counts on the object it returns so you must not free that separately from its containing object.
Describe the bug
Trying to call put on all the json_object I've created, but fails with assertion error
Steps To Reproduce
According to the document I should call put on all objects, but it crashes:
Version and Platform
The text was updated successfully, but these errors were encountered: