sway/swaybar
Mack Straight 828060af73 swaybar: fix double free
status->text should not be freed here. There are two scenarios:

* status->text has been set to an error by status_error. In this case
  the value shouldn't be freed because it's always a reference to a
  constant.
* status->text has been set to status->buffer because the bar is in
  text protocol mode. In this case it's a double free because the
  buffer is already freed after.
2018-12-31 01:19:14 -05:00
..
bar.c swaybar: fix cursor scale 2018-12-15 09:26:50 +01:00
config.c
i3bar.c
input.c swaybar: fix cursor scale 2018-12-15 09:26:50 +01:00
ipc.c
main.c
meson.build
render.c
status_line.c swaybar: fix double free 2018-12-31 01:19:14 -05:00