chiark / gitweb /
udev: path_id - add comment about the unrteliable rebase logic
[elogind.git] / src / journal / journald.c
index 8cf8c78274f788a361bb3221de2cd9f2f7347b9d..af136e566733477f835ce04311ff6f616ccb1e8a 100644 (file)
@@ -1174,6 +1174,7 @@ static void process_syslog_message(Server *s, const char *buf, struct ucred *ucr
         free(syslog_priority);
         free(syslog_facility);
         free(syslog_identifier);
+        free(syslog_pid);
 }
 
 static bool valid_user_field(const char *p, size_t l) {