diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-31 11:56:59 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-31 11:56:59 +0000 |
| commit | 2e6d97a4075fc25bc54dc827df762e2b6c30989f (patch) | |
| tree | 033705b1cfc5960832516c752e54376e607de468 | |
| parent | c69b42d00b8e8132ca94ac452db281ca10d56136 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pw/pw_conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c index f67d04b51144..df0bda33ae2c 100644 --- a/usr.sbin/pw/pw_conf.c +++ b/usr.sbin/pw/pw_conf.c @@ -357,8 +357,7 @@ read_userconfig(char const * file) break; } } - if (linecap > 0) - free(buf); + free(buf); fclose(fp); } return (&config); |
