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
test_printbuf: Free data when we are done with it.
pull/45/head
Jonathan Clairembault
13 years ago
parent
381f77c5bc
commit
77e2da7767
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tests/test_printbuf.c
+ 2
- 0
tests/test_printbuf.c
View File
@@ -143,6 +143,8 @@ static void test_sprintbuf(int before_resize)
printf("%d, [%s]\n", printbuf_length(pb), pb->buf);
printbuf_free(pb);
free(data);
printf("%s: end test\n", __func__);
}
Write
Preview
Loading…
Cancel
Save