chiark / gitweb /
path-util: unify code for detecting OS trees
[elogind.git] / src / tty-ask-password-agent / tty-ask-password-agent.c
index 3f5706ee3cd32deebee36ba835c233ccb6ca3d5a..1f55e3229ba350b2870b7f20180c03e10ca3f0be 100644 (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;