]> git.sur5r.net Git - i3/i3/commit
Fix wrong call to free
authorOrestis Floros <orestisf1993@gmail.com>
Sat, 16 Sep 2017 21:24:15 +0000 (00:24 +0300)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 19 Sep 2017 13:46:28 +0000 (15:46 +0200)
commitb5583d6cf4e0426d9aedd589f18e03407793199b
tree4a1d9455f82f036df37b05b960cb3561be9bd04b
parent5dad79ff34735c85742cfdd34aa31d3039bec838
Fix wrong call to free

To confirm, assign n to a constant value and try to use the
append_layout command.

Without the change i3 crashes.
src/util.c