gri3-wm/src
Michael Stapelberg cb3cdb602a 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.
2016-01-09 17:18:05 +01:00
..
Makefile Add stub Makefiles to allow subdir make calls 2012-07-22 19:57:48 +02:00
assignments.c Mark assignment as run before executing it. 2015-10-25 14:27:08 +01:00
bindings.c Avoid rendering the tree twice in a row 2015-12-15 13:59:50 -05:00
click.c Avoid rendering the tree twice in a row 2015-12-15 13:59:50 -05:00
commands.c ASAN: trigger leak before exiting 2016-01-09 17:18:05 +01:00
commands_parser.c Turn "char *" into "const char *" for all command parser functions. 2015-09-28 14:24:08 +02:00
con.c con_get_tree_representation: fix memory leak 2016-01-09 17:06:58 +01:00
config.c reload: fix memory leak 2016-01-09 17:06:54 +01:00
config_directives.c reload: fix memory leak 2016-01-09 17:06:54 +01:00
config_parser.c Fix config validation fail when no new line from end of file 2015-11-02 22:12:44 +08:00
debug.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
display_version.c Display which config is used in --more_version 2015-07-10 22:54:25 +08:00
ewmh.c Support _NET_WM_USER_TIME. 2015-11-21 22:48:48 +01:00
fake_outputs.c libi3: change scalloc() signature to match calloc() 2015-08-03 12:50:13 +03:00
floating.c Refactor extern definition of conn and root_screen 2015-12-29 12:47:12 +01:00
handlers.c Rename tree_close() to tree_close_internal(). 2015-12-27 20:58:35 -05:00
i3.mk make: should be XCB_CURSOR, not XCURSOR 2015-12-25 16:37:44 +01:00
ipc.c ipc: fix memory leak when clients with subscriptions disconnect 2016-01-08 21:24:21 +01:00
key_press.c Avoid rendering the tree twice in a row 2015-12-15 13:59:50 -05:00
load_layout.c free dynamically allocated matches 2016-01-09 17:06:58 +01:00
log.c log.c: fix memory leak 2016-01-09 13:11:03 +01:00
main.c fix memory leak: free(pointerreply); 2016-01-09 12:07:47 +01:00
manage.c fix memory leak when swallowing windows 2016-01-09 17:06:58 +01:00
match.c Merge pull request #2113 from Airblader/bug-2111 2015-12-25 17:14:29 +01:00
move.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
output.c Keep a sticky window focused if it was the focused window on the source workspace. 2015-09-24 22:10:17 +02:00
randr.c Rename tree_close() to tree_close_internal(). 2015-12-27 20:58:35 -05:00
regex.c Fix multiple memory leaks with regular expressions. 2015-10-28 14:40:10 +01:00
render.c Remove broken and unused debug borders. 2015-10-23 00:38:11 +02:00
resize.c Refactor extern definition of conn and root_screen 2015-12-29 12:47:12 +01:00
restore_layout.c ASAN: trigger leak before exiting 2016-01-09 17:18:05 +01:00
scratchpad.c Make sure sticky windows pop to the front if they get sticky while not being on a visible workspace. 2015-09-13 20:40:20 +02:00
sd-daemon.c format **/*.c with clang-format-3.5 2014-06-15 19:07:02 +02:00
sighandler.c Correct color management for pango fonts 2015-12-29 14:26:21 +01:00
startup.c Turn "char *" into "const char *" for all command parser functions. 2015-09-28 14:24:08 +02:00
tree.c fix memory leak when swallowing windows 2016-01-09 17:06:58 +01:00
util.c Move title_format from window to container. 2016-01-05 12:22:27 -05:00
version.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
window.c fix memory leak when swallowing windows 2016-01-09 17:06:58 +01:00
workspace.c Rename tree_close() to tree_close_internal(). 2015-12-27 20:58:35 -05:00
x.c x.c: fix memory leak 2016-01-09 13:13:57 +01:00
xcb.c Support matching _NET_WM_WINDOW_TYPE_NOTIFICATION 2015-12-15 21:55:33 +01:00
xcursor.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
xinerama.c Don't create empty workspaces on restart 2015-09-21 13:26:58 +02:00