summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xcwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xcwd.c b/xcwd.c
index 8a4e9aa..7d1a1aa 100644
--- a/xcwd.c
+++ b/xcwd.c
@@ -215,6 +215,7 @@ static processes_t getProcesses(void)
}
}
+ free(kp);
#endif
return p;
}