sway/swaybar
Brian Ashworth 9e6c6ce332 swaybar: fix command malloc in workspace command
This fixes a typo on the malloc line in ipc_send_workspace_command. The
plus one to the size for the null-terminator was outside of the malloc
call, which was causing the incorrect pointer to be freed later in the
function.
2019-01-22 20:10:19 +01:00
..
tray Fix dead stores found by scan-build 2019-01-22 10:12:04 -05:00
bar.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
config.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
i3bar.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
input.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
ipc.c swaybar: fix command malloc in workspace command 2019-01-22 20:10:19 +01:00
main.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
meson.build Removed unused wlroots dependency for sway(bg|bar|msg|nag) 2019-01-21 13:04:15 -05:00
render.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
status_line.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00