aboutsummaryrefslogtreecommitdiff
path: root/locale/programs/charmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/charmap.c')
-rw-r--r--locale/programs/charmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/locale/programs/charmap.c b/locale/programs/charmap.c
index 2f9e1b3a06..b4bce4fe34 100644
--- a/locale/programs/charmap.c
+++ b/locale/programs/charmap.c
@@ -177,8 +177,6 @@ charmap_read (const char *filename)
result = (cmfile == NULL
? NULL : parse_charmap (cmfile));
- free (buf);
-
if (result)
return result;