r234173 missed one instance of FREE(line).

Noticed by:	glebius@
This commit is contained in:
des 2012-04-27 11:29:09 +00:00
parent 546b5b318d
commit fa4733b805

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);