From 1e5977b62f896e844b548c3007ace9e1dfa7f9ed Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Apr 2020 21:28:04 +0200 Subject: New upstream version 1.23.90 --- src/main-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main-utils.c') diff --git a/src/main-utils.c b/src/main-utils.c index 80222495..e17feb41 100644 --- a/src/main-utils.c +++ b/src/main-utils.c @@ -185,7 +185,7 @@ nm_main_utils_ensure_not_running_pidfile (const char *pidfile) if (pid <= 0 || pid > 65536 || errno) return; - g_clear_pointer (&contents, g_free); + nm_clear_g_free (&contents); proc_cmdline = g_strdup_printf ("/proc/%ld/cmdline", pid); if (!g_file_get_contents (proc_cmdline, &contents, &len, NULL)) return; -- cgit 1.3.0-6-gf8a5