summaryrefslogtreecommitdiffstats
path: root/swaybar/status_line.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/status_line.c')
-rw-r--r--swaybar/status_line.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/status_line.c b/swaybar/status_line.c
index bc47580b..3ba990bd 100644
--- a/swaybar/status_line.c
+++ b/swaybar/status_line.c
@@ -130,7 +130,7 @@ void status_line_free(struct status_line *status) {
130 case PROTOCOL_I3BAR:; 130 case PROTOCOL_I3BAR:;
131 struct i3bar_block *block, *tmp; 131 struct i3bar_block *block, *tmp;
132 wl_list_for_each_safe(block, tmp, &status->blocks, link) { 132 wl_list_for_each_safe(block, tmp, &status->blocks, link) {
133 i3bar_block_free(block); 133 i3bar_block_unref(block);
134 } 134 }
135 free(status->i3bar_state.buffer); 135 free(status->i3bar_state.buffer);
136 break; 136 break;