This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Issue
#498
: Fix a memory leak bug introduced in test_double_serializer in
485f2a02
by adding a json_object_put call.
tags/json-c-0.14-20200419
Eric Haszlakiewicz
6 years ago
parent
48984dbd42
commit
68abf12afa
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tests/test_double_serializer.c
+ 1
- 0
tests/test_double_serializer.c
View File
@@ -78,5 +78,6 @@ int main()
obj = json_object_new_double(-12.0);
printf("obj(-12.0).to_string(default format)=%s\n", json_object_to_json_string(obj));
json_object_put(obj);
}
Write
Preview
Loading…
Cancel
Save