gri3-wm/i3bar/src
koebi 655ed0ba27 fix i3bar crashing when I3SOCK present (#2471)
When I3SOCK is present, socket_path might be a pointer to an
environment variable, which cannot be free'd in line 157. This
commit duplicates the string if I3SOCK is present, thus making
socket_path a free-able pointer again.
2016-09-26 08:01:30 -07:00
..
child.c Added background and border keys to the i3bar protocol. 2015-10-22 16:11:08 +02:00
config.c Allow "modifier none" in i3bar to disable the modifier. 2016-02-11 20:51:05 +01:00
ipc.c ASAN: trigger leak before exiting 2016-01-09 17:18:05 +01:00
main.c fix i3bar crashing when I3SOCK present (#2471) 2016-09-26 08:01:30 -07:00
mode.c Fix spelling mistakes 2016-04-04 09:33:59 +02:00
outputs.c Fix spelling mistakes 2016-04-04 09:33:59 +02:00
parse_json_header.c Update copyright notices and get rid of ranges 2015-04-20 17:50:21 -04:00
workspaces.c Fix spelling mistakes 2016-04-04 09:33:59 +02:00
xcb.c Remove compatibility definitions for xcb-util < 0.3.8 (#2473) 2016-09-24 09:48:32 -07:00