]> git.sur5r.net Git - i3/i3/commit
Fix memory leaks in title_format. 2148/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Mon, 4 Jan 2016 23:39:40 +0000 (18:39 -0500)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 4 Jan 2016 23:48:01 +0000 (18:48 -0500)
commit6fefe836d465f2b1f045a73335c71403d7cc568f
treed6c95e7487613d04d17169c72f1843d5b45fc1e7
parente70b2f9dcd5aeb9395eefc61806bd2ce1bb565b4
Fix memory leaks in title_format.

This fixes three memory leaks that were found during the implementation of #2120
so that they can be fixed in a bugfix release.

relates to #2143
include/util.h
src/util.c
src/window.c