]> git.sur5r.net Git - i3/i3/commit
Bugfix: Allocate 32 bytes for xcb_send_event, it always copies 32 bytes
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 31 Jul 2011 15:46:01 +0000 (17:46 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 31 Jul 2011 15:46:01 +0000 (17:46 +0200)
commit1e0033bce42bce56de188a4381fd157f137810d6
treee5db074253c81850a789d007706f6403f1b88b36
parent487586868988bdc48bb657c8e8798ace2a4438a2
Bugfix: Allocate 32 bytes for xcb_send_event, it always copies 32 bytes

Fixes an 'uninitialized memory' error in valgrind
src/xcb.c