summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index 061b170..32bd2cd 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -181,6 +181,7 @@ out:
181 181
182void utouch_frame_delete_engine(utouch_frame_handle fh) 182void utouch_frame_delete_engine(utouch_frame_handle fh)
183{ 183{
184 free(fh->evmap);
184 destroy_frame(fh->next, fh->num_slots); 185 destroy_frame(fh->next, fh->num_slots);
185 destroy_frames(fh->frames, fh->num_frames, fh->num_slots); 186 destroy_frames(fh->frames, fh->num_frames, fh->num_slots);
186 free(fh->surface); 187 free(fh->surface);