]> git.sur5r.net Git - i3/i3/commit
Bugfix: memleak: because we use i3string_from_utf8(), we need to free buffer()
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Sep 2012 22:41:15 +0000 (00:41 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Sep 2012 22:42:14 +0000 (00:42 +0200)
commit2d1ebc2b90abda7f5af636babf3a33920a6963b3
treee1c06e5b6b60df5724f4211a5800911fc9542ef5
parent48baf3bf65e849a1f7e6ee205533544deecf13ac
Bugfix: memleak: because we use i3string_from_utf8(), we need to free buffer()

Previously, buffer was directly used and thus not freed, but
i3string_from_utf8() makes a copy.
i3bar/src/child.c