diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-11-10 18:07:35 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2012-11-30 14:26:55 +0000 |
commit | 0708bdfb75122e788b891bb100df428f8e396c9c (patch) | |
tree | 394174c3da582db35349f675797247114c2a3b81 /src/main.c | |
parent | b607176a89cc74e1c001742d6c2b3af65ddf6fc0 (diff) |
Update for less dynamic allocation and opaque datatypes in API changes
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -82,8 +82,6 @@ eventHandler(const xcwm_event_t *event) UpdateStyle(window); break; } - - free((void *)event); } static void |