]> git.sur5r.net Git - i3/i3/commit
i3bar: fix freeing static strings 1735/head
authorshdown <shdownnine@gmail.com>
Tue, 2 Jun 2015 20:08:08 +0000 (23:08 +0300)
committershdown <shdownnine@gmail.com>
Tue, 2 Jun 2015 20:29:24 +0000 (23:29 +0300)
commitfe006f0f6a16199a623f2ed5ddb182b72169aa01
tree4fe0c2fb2f20ee0a4df57f094ef856d188b871d3
parent6b505d8aca4eb76abb1eab469c5ce80d67813147
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