1
0
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:
Lukas Nykryn 2013-04-10 12:54:00 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 3a819b1b62
commit cb90460e04

View File

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