Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
2004-03-10  Chris Heath  <chris@heathens.co.nz>

	* iconvdata/gconv.map: Add gconv_end (fixes memory leak).
  • Loading branch information
Ulrich Drepper committed Mar 12, 2004
1 parent 4041cfe commit 2f284cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2004-03-10 Chris Heath <chris@heathens.co.nz>

* iconvdata/gconv.map: Add gconv_end (fixes memory leak).

2004-03-11 Jakub Jelinek <jakub@redhat.com>

* sysdeps/powerpc/powerpc32/__longjmp.S (JB_SIZE): Undefine before
Expand Down
1 change: 1 addition & 0 deletions iconvdata/gconv.map
@@ -1,6 +1,7 @@
{
global:
gconv;
gconv_end;
gconv_init;
local:
*;
Expand Down

0 comments on commit 2f284cf

Please sign in to comment.