prepare for leak detection

This commit is contained in:
Felix von Leitner 2007-10-17 13:31:27 +00:00
parent 92b23094e1
commit 4fc3ca3f32
1 changed files with 1 additions and 0 deletions

View File

@ -20,5 +20,6 @@ int main() {
do {
r=iob_write(1,b,write_cb);
} while (r>0);
iob_free(b);
return 0;
}