Free an event list
#include <gestures/event_list.h>
void event_list_free(struct event_list *list)
This function resets the members of the specified list and frees the associated memory.
Nothing.