Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* stdio-common/bug1.c: Avoid memory leak.
  • Loading branch information
Ulrich Drepper committed Jul 15, 1999
1 parent aff6dc6 commit 9c6f68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1999-07-15 Ulrich Drepper <drepper@cygnus.com>

* stdio-common/bug1.c: Avoid memory leak.

* sysdeps/i386/fpu/e_pow.S: Use addl instead of pop/pop to keep
program deterministic.
* sysdeps/i386/fpu/e_powf.S: Likewise.
Expand Down
2 changes: 2 additions & 0 deletions stdio-common/bug1.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ main (void)

puts (lose ? "Test FAILED!" : "Test succeeded.");

free (bp);

return lose;
}

0 comments on commit 9c6f68c

Please sign in to comment.