]> git.sur5r.net Git - i3/i3/commit
ASAN: trigger leak before exiting
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 9 Jan 2016 16:18:05 +0000 (17:18 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 9 Jan 2016 16:18:05 +0000 (17:18 +0100)
commitcb3cdb602a08432d8b972d06bef832e056119ad9
treee4f9af890395f354a7b7ec39714ce37c37d94c27
parent5a36d090c7e341326399a3f6174e243a941a3029
ASAN: trigger leak before exiting

This disables the default leak-check-on-exit behavior which reports a
bunch of leaks that are only leaks while exiting, at which point they
don’t matter, because the operating system will clean up the memory our
process used.
i3bar/src/ipc.c
i3bar/src/xcb.c
src/commands.c
src/restore_layout.c