]> git.sur5r.net Git - i3/i3/commit
Free match after criteria initialization
authorTony Crisci <tony@dubstepdish.com>
Wed, 19 Mar 2014 08:34:42 +0000 (04:34 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 21 Mar 2014 18:23:05 +0000 (19:23 +0100)
commit587273505c667b8955b207178c591755fdc9d5d5
treeebf47e74c6a709d4077e39364e5b5883605cbbb8
parent85df107b0d04b1913af749b80fc8a2fa4989a538
Free match after criteria initialization

This memory leak is associated with matching by a criteria that uses a
regular expression. Without freeing a regex before calling match_init,
it will definitely be lost.
src/commands.c