sway/sway
Rouven Czerwinski 099d25e975 run_as_ipc_client: free response after running the IPC command
Fixes memory leaks in the form of:

Direct leak of 24 byte(s) in 1 object(s) allocated from:
    #0 0x7f5f7c2f4f30 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.5+0xedf30)
    #1 0x563c799569f2 in ipc_recv_response ../common/ipc-client.c:94
    #2 0x563c79957062 in ipc_single_command ../common/ipc-client.c:138
    #3 0x563c798a56cc in run_as_ipc_client ../sway/main.c:127
    #4 0x563c798a6a3a in main ../sway/main.c:349
    #5 0x7f5f7b4d609a in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2409a)
2019-02-25 17:10:04 -05:00
..
commands layout cmd: always operate on parent container, like i3Fixes #3724 2019-02-25 17:10:04 -05:00
config Don't use SOCK_CLOEXEC 2019-02-25 17:10:04 -05:00
desktop Disconnect swaybg instead of killing it 2019-02-18 15:11:48 -05:00
input Fix drag icon map listener not removed 2019-02-25 17:10:04 -05:00
tree output_evacuate: call workspace_consider_destroy 2019-02-25 17:10:04 -05:00
commands.c Fix quote stripping 2019-02-11 10:15:00 -05:00
config.c Fix reload freeze when not modsetting current mode 2019-02-18 15:11:48 -05:00
criteria.c Revert "Add some missing frees." 2019-02-01 11:51:03 +00:00
debug-tree.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c Add 'visible' key to view json response 2019-02-25 17:10:04 -05:00
ipc-server.c ipc_has_event_listeners: fix inverted check of subscribed_events 2019-02-11 10:22:53 -05:00
main.c run_as_ipc_client: free response after running the IPC command 2019-02-25 17:10:04 -05:00
meson.build pointer_constraint: change to a seat subcommand 2019-01-31 22:58:52 -05:00
security.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
server.c Add relative pointer 2019-01-30 19:53:59 +01:00
sway-bar.5.scd Updates for scdoc 1.8.1 2019-01-31 08:42:29 -05:00
sway-input.5.scd sway-input.5: document wildcard and identifier troubleshooting 2019-02-18 15:11:48 -05:00
sway-output.5.scd Document cursor moving between adjacent outputs 2019-01-28 21:36:48 -05:00
sway.1.scd Remove unnecessary underscores in man pages 2019-01-27 11:27:48 -05:00
sway.5.scd Use container under cursor for mouse bindings 2019-02-18 15:11:48 -05:00
swaynag.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
xdg_decoration.c Improve CSD logic 2018-09-27 22:51:37 +10:00