mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
Avoid memory leak.
This commit is contained in:
parent
bc50216158
commit
7969fed273
@ -23,5 +23,7 @@ main (void)
|
||||
|
||||
puts (lose ? "Test FAILED!" : "Test succeeded.");
|
||||
|
||||
free (bp);
|
||||
|
||||
return lose;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user