mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
* stdio-common/bug1.c: Avoid memory leak.
This commit is contained in:
@@ -23,5 +23,7 @@ main (void)
|
||||
|
||||
puts (lose ? "Test FAILED!" : "Test succeeded.");
|
||||
|
||||
free (bp);
|
||||
|
||||
return lose;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user