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
Fixed memory leak in testReplaceExisting
tags/json-c-0.11-20130402
Alexander Klauer
12 years ago
parent
beb12d49e1
commit
827a4a97b9
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tests/testReplaceExisting.c
+ 2
- 0
tests/testReplaceExisting.c
View File
@@ -72,5 +72,7 @@ int main(int argc, char **argv)
retval = 1;
retval = 1;
}
}
json_object_put( my_object );
return 0;
return 0;
}
}
Write
Preview
Loading…
Cancel
Save