r234173 missed one instance of FREE(line).
Noticed by: glebius@
This commit is contained in:
parent
546b5b318d
commit
fa4733b805
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user