summaryrefslogtreecommitdiffstats
path: root/Process.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-01-30 15:31:59 +0100
committerBenBE <BenBE@geshi.org>2021-05-23 09:22:21 +0200
commitd74e8b755427ba0c0b7da299b2f1bcdbdc76f62e (patch)
tree132473b9d2db101ede95ad7d6323cc9f8293b823 /Process.c
parent10790f0a54f6bb21ca8387a8a13ffe22036fb490 (diff)
Move procComm and procExe to main Process structure
Diffstat (limited to 'Process.c')
-rw-r--r--Process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Process.c b/Process.c
index 070f7e57..a45d9c00 100644
--- a/Process.c
+++ b/Process.c
@@ -515,6 +515,8 @@ void Process_display(const Object* cast, RichString* out) {
void Process_done(Process* this) {
assert (this != NULL);
free(this->cmdline);
+ free(this->procComm);
+ free(this->procExe);
free(this->tty_name);
}

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