]> git.sur5r.net Git - i3/i3/commit
x.c: correctly free con->frame_buffer in _x_con_kill stapelberg-patch-1 3637/head
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Thu, 7 Mar 2019 13:58:53 +0000 (14:58 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 19 Mar 2019 08:50:22 +0000 (09:50 +0100)
commit79b052230c00d593d9d3f08137f797ace0331bf0
tree451188229c43cea22a19e5a70d0b15e7bd35342c
parent9bd2224520741c743759b81c26b7a65ecf0af6fe
x.c: correctly free con->frame_buffer in _x_con_kill

This fixes a crash which I could not reproduce in a testcase with reasonable effort, but the user reported the fix works.

Compare with src/x.c:946.

fixes #3554
fixes #3645
src/x.c