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 Implement bar gaps 2018-11-28 11:24:14 -05:00
i3bar.c Add relative coordinates in JSON for i3bar click events 2018-12-04 12:49:21 +02:00
input.c swaybar: fix cursor scale 2018-12-15 09:26:50 +01:00
ipc.c Implement bar gaps 2018-11-28 11:24:14 -05:00
main.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
meson.build swaybar: separate input code to new file 2018-10-18 14:19:00 +01:00
render.c swaybar: fix sep block width for mixed scales 2018-12-12 10:23:57 +01:00
status_line.c swaybar: fix double free 2018-12-31 01:19:14 -05:00