]> git.sur5r.net Git - i3/i3/commit
Don't leak the cursor_id.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Thu, 28 Jul 2011 23:40:05 +0000 (20:40 -0300)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Jul 2011 10:38:44 +0000 (12:38 +0200)
commitae9c90ba1996f174c39ace74b77ebb3e0602d686
tree96923307ea47845bee5de5fdc8800f3a07240bd5
parent7a18dcc89ed92fd9050019e90a70ea737a476a96
Don't leak the cursor_id.

Fixes a server-side leak. The cursor_id is not needed when we're
using themed cursors (we never freed it either).
src/xcb.c