]> 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)
committerOrestis Floros <orestisf1993@gmail.com>
Sat, 16 Sep 2017 21:24:15 +0000 (00:24 +0300)
commitf7a7c7778ba987c30276d2c30bd99b5e2a495909
tree3f85d6e72a6dca8b8b1ccfe3ac5bd5db1d7123e4
parent205dd7609695f3808f2cff0167ec836a7d66ec17
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