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;