aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar')
-rw-r--r--swaybar/status_line.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/swaybar/status_line.c b/swaybar/status_line.c
index 5b131aee..3454f207 100644
--- a/swaybar/status_line.c
+++ b/swaybar/status_line.c
@@ -76,5 +76,6 @@ struct status_line *status_line_init(char *cmd) {
76void status_line_free(struct status_line *status) { 76void status_line_free(struct status_line *status) {
77 close(status->read_fd); 77 close(status->read_fd);
78 close(status->write_fd); 78 close(status->write_fd);
79 kill(status->pid, SIGTERM);
79 free(status); 80 free(status);
80} 81}