mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
tty-ask-password-agent: free passwords
This commit is contained in:
parent
3a819b1b62
commit
cb90460e04
@ -339,7 +339,7 @@ static int parse_password(const char *filename, char **wall) {
|
||||
}
|
||||
|
||||
if (arg_plymouth) {
|
||||
char **passwords = NULL;
|
||||
_cleanup_strv_free_ char **passwords = NULL;
|
||||
|
||||
if ((r = ask_password_plymouth(message, not_after, filename, accept_cached, &passwords)) >= 0) {
|
||||
char **p;
|
||||
|
Loading…
Reference in New Issue
Block a user