NAME
    FreeIEvents -- free a chain of input events allocated by
                   invertstring(). (v36)
SYNOPSIS
    FreeIEvents(events)
    VOID FreeIEvents(struct inputevent *);
FUNCTION
    This function frees a linked list of input events as obtained from
    invertstring().
INPUTS
   events - the list of input events to free, may be NULL.
SEE ALSO
    invertstring()