r234173 missed one instance of FREE(line).

Noticed by:	glebius@
This commit is contained in:
Dag-Erling Smørgrav 2012-04-27 11:29:09 +00:00
parent 49421a093b
commit 9342e1b15c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234729

View file

@ -501,7 +501,7 @@ openpam_parse_chain(pam_handle_t *pamh,
FREE(this->optv);
}
FREE(this);
FREE(line);
FREE(line0);
FREE(name);
fclose(f);
return (PAM_SYSTEM_ERR);