chiark / gitweb /
util: add shell_maybe_quote() call for preparing a string for shell cmdline inclusion
[elogind.git] / src / shared / ask-password-api.c
index 0a61dafc59026631532478607488e3736fcd80a1..44ebc584914a6b5092835f0560e8ca09c7e7c299 100644 (file)
@@ -475,6 +475,8 @@ int ask_password_agent(
                         goto finish;
                 }
 
+                cmsg_close_all(&msghdr);
+
                 if (n <= 0) {
                         log_error("Message too short");
                         continue;