gri3-wm/i3-nagbar
Fernando Tarlá Cardoso Lemos af335f0403 Don't call free on statically allocated strings.
Fixes segfault when the option -f is used. Also, don't leak prompt
strings. We either keep FREE to prevent leaking, or choose to leak
and avoid strdup. Another option would be using a flag to indicate
whether or not the strings are heap allocated, but it's overkill.
2011-11-07 19:57:25 +00:00
..
Makefile
atoms.xmacro
i3-nagbar.h
main.c Don't call free on statically allocated strings. 2011-11-07 19:57:25 +00:00