forked from criblio/appscope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Replace `cJSON_free` with proper destroy method of CJSON object -> `CJSON_Delete` - Avoid double free in case of structure already added to root object - there is no need to priv structure anymore - Add missing `scope_free` for `cJSON_PrintUnformatted` method Ref: criblio#1108
- Loading branch information
1 parent
efc7ab5
commit 44a2409
Showing
2 changed files
with
46 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters