]> git.sur5r.net Git - i3/i3/commit
i3bar: fix freeing static strings
authorshdown <shdownnine@gmail.com>
Tue, 2 Jun 2015 20:08:08 +0000 (23:08 +0300)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Jul 2015 19:42:44 +0000 (21:42 +0200)
commit4446c4d89064346fd9ab9e00dbb1a544d96bfa24
tree8a07c6b349d85841f8841e1fe2dd659b3879f64e
parentc0f685e7bc834e8ffd266c79d04451b995804b14
i3bar: fix freeing static strings

name and color fields of blocks are freed in clear_statusline, so they
need to be strdup'ed.
i3bar/src/child.c