]> git.sur5r.net Git - i3/i3/commit
Free owindow when no con_id match or window
authorTony Crisci <tony@dubstepdish.com>
Wed, 19 Mar 2014 08:56:34 +0000 (04:56 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 21 Mar 2014 18:26:13 +0000 (19:26 +0100)
commit0c3735fc2336bf56a061e9a3ff0438583d0790d3
tree2a685a1cc0c6f0dab12bc85abbd76c40276c42a0
parent587273505c667b8955b207178c591755fdc9d5d5
Free owindow when no con_id match or window

This memory leak is related to matching on con_id or matching when the
container has a null window. In that case, windows that do not match
would leak the owindow struct.
src/commands.c