summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcessList.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-24 20:23:03 +0200
committerChristian Göttsche <cgzones@googlemail.com>2021-08-24 20:23:03 +0200
commit0679e9f45e8e5524702b0cb0a2a8cfdcdb31b372 (patch)
tree0902be228eab568ea4fb4dbef584b2d66e6348bb /unsupported/UnsupportedProcessList.c
parentec2307688e14ccd7d63257db94de8b78e998f6ab (diff)
Unsupported: update platform
Diffstat (limited to 'unsupported/UnsupportedProcessList.c')
-rw-r--r--unsupported/UnsupportedProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c
index bed9ca96..0486e49f 100644
--- a/unsupported/UnsupportedProcessList.c
+++ b/unsupported/UnsupportedProcessList.c
@@ -52,7 +52,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
Process_updateExe(proc, "/path/to/executable");
if (proc->settings->flags & PROCESS_FLAG_CWD) {
- proc->procCwd = "/current/working/directory";
+ free_and_xStrdup(&proc->procCwd, "/current/working/directory");
}
proc->updated = true;

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