diff options
| author | Robert Nagy <rnagy@FreeBSD.org> | 2025-02-23 07:56:17 +0100 |
|---|---|---|
| committer | Robert Nagy <rnagy@FreeBSD.org> | 2025-02-23 07:58:58 +0100 |
| commit | 696d6d4927ee8bee949bb3d91b13026c8a090e1a (patch) | |
| tree | d41e61010d6cb7334edbba61ba19525e9f7f547d /www/iridium/files/patch-base_syslog__logging.cc | |
| parent | editors/imhex: Update to 1.37.1 (diff) | |
www/iridium: update to 2025.02.133
Diffstat (limited to 'www/iridium/files/patch-base_syslog__logging.cc')
| -rw-r--r-- | www/iridium/files/patch-base_syslog__logging.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-base_syslog__logging.cc b/www/iridium/files/patch-base_syslog__logging.cc index 93f9f649cb10..7b5f1320860f 100644 --- a/www/iridium/files/patch-base_syslog__logging.cc +++ b/www/iridium/files/patch-base_syslog__logging.cc @@ -1,4 +1,4 @@ ---- base/syslog_logging.cc.orig 2024-06-25 12:08:48 UTC +--- base/syslog_logging.cc.orig 2025-02-22 18:06:53 UTC +++ base/syslog_logging.cc @@ -17,7 +17,7 @@ #include "base/strings/string_util.h" @@ -9,10 +9,10 @@ // <syslog.h> defines LOG_INFO, LOG_WARNING macros that could conflict with // base::LOG_INFO, base::LOG_WARNING. #include <syslog.h> -@@ -149,7 +149,7 @@ EventLogMessage::~EventLogMessage() { - - if (user_sid != nullptr) +@@ -151,7 +151,7 @@ EventLogMessage::~EventLogMessage() { + if (user_sid != nullptr) { ::LocalFree(user_sid); + } -#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) const char kEventSource[] = "chrome"; |
