]> git.sur5r.net Git - i3/i3/commit
Don't call free on statically allocated strings.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Sun, 6 Nov 2011 22:03:47 +0000 (20:03 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 7 Nov 2011 19:57:25 +0000 (19:57 +0000)
commitaf335f0403567e783ebad2d4e4e0da0ac19b4757
tree639ffd48b38cce764fa4c483013337605cc8ce4f
parentd5613905c817637b5928526f10b866bd67b410e2
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.
i3-nagbar/main.c