summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-11-10 18:07:35 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-30 14:26:55 +0000
commit0708bdfb75122e788b891bb100df428f8e396c9c (patch)
tree394174c3da582db35349f675797247114c2a3b81 /src/main.c
parentb607176a89cc74e1c001742d6c2b3af65ddf6fc0 (diff)
Update for less dynamic allocation and opaque datatypes in API changes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index ff9c9bd..9a0d118 100644
--- a/src/main.c
+++ b/src/main.c
@@ -82,8 +82,6 @@ eventHandler(const xcwm_event_t *event)
UpdateStyle(window);
break;
}
-
- free((void *)event);
}
static void