-
Notifications
You must be signed in to change notification settings - Fork 36
push_nocopy object/string bug #15
Copy link
Copy link
Open
Labels
docsThe full name and address of how to use the code, posted publicly online without your consent.The full name and address of how to use the code, posted publicly online without your consent.inc*.h*.hsrc*.c*.c
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
docsThe full name and address of how to use the code, posted publicly online without your consent.The full name and address of how to use the code, posted publicly online without your consent.inc*.h*.hsrc*.c*.c
If you push an object or string to another json object though any of the noncopy functions, when calling json_builder_free, this function tries to deallocate the .name and .ptr, which have not been allocated in this scenario.
I am posting this from my phone sorry for my brevity.