aboutsummaryrefslogtreecommitdiffstats
path: root/netbsd
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-10-15 09:03:04 +0200
committerDaniel Lange <DLange@git.local>2021-10-15 09:03:04 +0200
commit30ce3b4c264c51c98f280e88e23792ff7deb2317 (patch)
treef9730c54ab9d86ce57ce636f2fba1fdc03f46072 /netbsd
parent69f439eff387a6ecb52734e400b297a3c85f2285 (diff)
downloaddebian_htop-30ce3b4c264c51c98f280e88e23792ff7deb2317.tar.gz
debian_htop-30ce3b4c264c51c98f280e88e23792ff7deb2317.tar.bz2
debian_htop-30ce3b4c264c51c98f280e88e23792ff7deb2317.zip
New upstream version 3.1.1upstream/3.1.1
Diffstat (limited to 'netbsd')
-rw-r--r--netbsd/NetBSDProcess.c2
-rw-r--r--netbsd/NetBSDProcess.h2
-rw-r--r--netbsd/NetBSDProcessList.c4
-rw-r--r--netbsd/NetBSDProcessList.h2
-rw-r--r--netbsd/Platform.c2
-rw-r--r--netbsd/Platform.h2
-rw-r--r--netbsd/ProcessField.h2
7 files changed, 9 insertions, 7 deletions
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.
*/

© 2014-2024 Faster IT GmbH | imprint | privacy policy