| commit | cdb660adabada0c293ed86ebf5638d435950a03f | [log] [tgz] |
|---|---|---|
| author | Benny Baumann <BenBE@geshi.org> | Sat Apr 10 11:10:50 2021 +0200 |
| committer | BenBE <BenBE@geshi.org> | Sun May 23 09:22:21 2021 +0200 |
| tree | 210fd0ad96f248ce0c0d9131d3d45a422957a3cf | |
| parent | 94a52cb5c9274fe021b3fc114180294cadb598b4 [diff] [blame] |
Move mergeCommand to global process struct
diff --git a/Process.c b/Process.c index 5a3bf26..f6f4d48 100644 --- a/Process.c +++ b/Process.c
@@ -517,6 +517,7 @@ free(this->cmdline); free(this->procComm); free(this->procExe); + free(this->mergedCommand.str); free(this->tty_name); }