From 30ce3b4c264c51c98f280e88e23792ff7deb2317 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 15 Oct 2021 09:03:04 +0200 Subject: New upstream version 3.1.1 --- netbsd/NetBSDProcess.c | 2 +- netbsd/NetBSDProcess.h | 2 +- netbsd/NetBSDProcessList.c | 4 +++- netbsd/NetBSDProcessList.h | 2 +- netbsd/Platform.c | 2 +- netbsd/Platform.h | 2 +- netbsd/ProcessField.h | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) (limited to 'netbsd') diff --git a/netbsd/NetBSDProcess.c b/netbsd/NetBSDProcess.c index 2573d06..1597ed3 100644 --- a/netbsd/NetBSDProcess.c +++ b/netbsd/NetBSDProcess.c @@ -4,7 +4,7 @@ htop - NetBSDProcess.c (C) 2015 Michael McConville (C) 2021 Santhosh Raju (C) 2021 htop dev team -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ diff --git a/netbsd/NetBSDProcess.h b/netbsd/NetBSDProcess.h index a264749..b9e6b26 100644 --- a/netbsd/NetBSDProcess.h +++ b/netbsd/NetBSDProcess.h @@ -6,7 +6,7 @@ htop - NetBSDProcess.h (C) 2015 Michael McConville (C) 2021 Santhosh Raju (C) 2021 htop dev team -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ diff --git a/netbsd/NetBSDProcessList.c b/netbsd/NetBSDProcessList.c index 8452050..379a491 100644 --- a/netbsd/NetBSDProcessList.c +++ b/netbsd/NetBSDProcessList.c @@ -4,7 +4,7 @@ htop - NetBSDProcessList.c (C) 2015 Michael McConville (C) 2021 Santhosh Raju (C) 2021 htop dev team -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ @@ -247,6 +247,8 @@ static void NetBSDProcessList_updateProcessName(kvm_t* kd, const struct kinfo_pr } Process_updateCmdline(proc, s, start, end); + + free(s); } /* diff --git a/netbsd/NetBSDProcessList.h b/netbsd/NetBSDProcessList.h index 7000bd6..d228f48 100644 --- a/netbsd/NetBSDProcessList.h +++ b/netbsd/NetBSDProcessList.h @@ -6,7 +6,7 @@ htop - NetBSDProcessList.h (C) 2015 Michael McConville (C) 2021 Santhosh Raju (C) 2021 htop dev team -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ diff --git a/netbsd/Platform.c b/netbsd/Platform.c index 62d90ed..ac81464 100644 --- a/netbsd/Platform.c +++ b/netbsd/Platform.c @@ -5,7 +5,7 @@ htop - netbsd/Platform.c (C) 2021 Santhosh Raju (C) 2021 Nia Alarie (C) 2021 htop dev team -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ diff --git a/netbsd/Platform.h b/netbsd/Platform.h index 0420ad1..1d1115e 100644 --- a/netbsd/Platform.h +++ b/netbsd/Platform.h @@ -6,7 +6,7 @@ htop - netbsd/Platform.h (C) 2015 Michael McConville (C) 2021 Santhosh Raju (C) 2021 htop dev team -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ diff --git a/netbsd/ProcessField.h b/netbsd/ProcessField.h index 61e6ca1..87d4a69 100644 --- a/netbsd/ProcessField.h +++ b/netbsd/ProcessField.h @@ -3,7 +3,7 @@ /* htop - netbsd/ProcessField.h (C) 2021 htop dev team -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ -- cgit v1.2.3