1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
* stdio-common/bug1.c: Avoid memory leak.
This commit is contained in:
Ulrich Drepper
1999-07-15 18:45:14 +00:00
parent aff6dc6cff
commit 9c6f68cdc9
2 changed files with 4 additions and 0 deletions

View File

@@ -23,5 +23,7 @@ main (void)
puts (lose ? "Test FAILED!" : "Test succeeded.");
free (bp);
return lose;
}