diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-08-25 11:41:22 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-08-25 11:41:22 +0000 |
| commit | d3ebd55bac9ac5ce080b0f0210e7ebff6af63fae (patch) | |
| tree | f09e7add9058727544048512c5ebb8c16d67761f /lib/libc | |
| parent | 225adf2a027ef415195225b4ba278661d9788d4a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/startup_setlocale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/locale/startup_setlocale.c b/lib/libc/locale/startup_setlocale.c index cfacf8bdc9c5..f0d815ea2751 100644 --- a/lib/libc/locale/startup_setlocale.c +++ b/lib/libc/locale/startup_setlocale.c @@ -178,6 +178,7 @@ startup_setrunelocale(encoding) fclose(fp); return(EFTYPE); } + fclose(fp); if (!rl->encoding[0]) return(EINVAL); |
