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 --- openbsd/OpenBSDProcess.c | 2 +- openbsd/OpenBSDProcess.h | 2 +- openbsd/OpenBSDProcessList.c | 4 +++- openbsd/OpenBSDProcessList.h | 2 +- openbsd/Platform.c | 2 +- openbsd/Platform.h | 2 +- openbsd/ProcessField.h | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) (limited to 'openbsd') diff --git a/openbsd/OpenBSDProcess.c b/openbsd/OpenBSDProcess.c index 90994a7..52dcb0e 100644 --- a/openbsd/OpenBSDProcess.c +++ b/openbsd/OpenBSDProcess.c @@ -2,7 +2,7 @@ htop - OpenBSDProcess.c (C) 2015 Hisham H. Muhammad (C) 2015 Michael McConville -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/openbsd/OpenBSDProcess.h b/openbsd/OpenBSDProcess.h index ce078a0..898c537 100644 --- a/openbsd/OpenBSDProcess.h +++ b/openbsd/OpenBSDProcess.h @@ -4,7 +4,7 @@ htop - OpenBSDProcess.h (C) 2015 Hisham H. Muhammad (C) 2015 Michael McConville -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/openbsd/OpenBSDProcessList.c b/openbsd/OpenBSDProcessList.c index cb47395..476af61 100644 --- a/openbsd/OpenBSDProcessList.c +++ b/openbsd/OpenBSDProcessList.c @@ -2,7 +2,7 @@ htop - OpenBSDProcessList.c (C) 2014 Hisham H. Muhammad (C) 2015 Michael McConville -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. */ @@ -255,6 +255,8 @@ static void OpenBSDProcessList_updateProcessName(kvm_t* kd, const struct kinfo_p } Process_updateCmdline(proc, s, start, end); + + free(s); } /* diff --git a/openbsd/OpenBSDProcessList.h b/openbsd/OpenBSDProcessList.h index 5245705..89fdb09 100644 --- a/openbsd/OpenBSDProcessList.h +++ b/openbsd/OpenBSDProcessList.h @@ -4,7 +4,7 @@ htop - OpenBSDProcessList.h (C) 2014 Hisham H. Muhammad (C) 2015 Michael McConville -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/openbsd/Platform.c b/openbsd/Platform.c index a62381f..b941ba7 100644 --- a/openbsd/Platform.c +++ b/openbsd/Platform.c @@ -2,7 +2,7 @@ htop - openbsd/Platform.c (C) 2014 Hisham H. Muhammad (C) 2015 Michael McConville -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/openbsd/Platform.h b/openbsd/Platform.h index bf43ae5..b6823b5 100644 --- a/openbsd/Platform.h +++ b/openbsd/Platform.h @@ -4,7 +4,7 @@ htop - openbsd/Platform.h (C) 2014 Hisham H. Muhammad (C) 2015 Michael McConville -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/openbsd/ProcessField.h b/openbsd/ProcessField.h index be4e51e..b8e8d6b 100644 --- a/openbsd/ProcessField.h +++ b/openbsd/ProcessField.h @@ -3,7 +3,7 @@ /* htop - openbsd/ProcessField.h (C) 2020 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