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