diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/charmap.c | 2 |
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; |