diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-12 00:16:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-12 00:16:51 +0000 |
commit | 2f284cf5420fcf20cf631c7d4d28c3961c3d3add (patch) | |
tree | 490b927e8e9fc4507ba9dff21f8f4fdd4fe3e362 | |
parent | 4041cfe888babcba13cb7ab4b11e7d288a3d29fd (diff) | |
download | glibc-2f284cf5420fcf20cf631c7d4d28c3961c3d3add.tar.gz glibc-2f284cf5420fcf20cf631c7d4d28c3961c3d3add.tar.xz glibc-2f284cf5420fcf20cf631c7d4d28c3961c3d3add.zip |
Update.
2004-03-10 Chris Heath <chris@heathens.co.nz> * iconvdata/gconv.map: Add gconv_end (fixes memory leak).
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | iconvdata/gconv.map | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c48451385f..a96e71d334 100644 --- a/ChangeLog +++ b/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 diff --git a/iconvdata/gconv.map b/iconvdata/gconv.map index 4274073af7..874208cec9 100644 --- a/iconvdata/gconv.map +++ b/iconvdata/gconv.map @@ -1,6 +1,7 @@ { global: gconv; + gconv_end; gconv_init; local: *; |