On Fri, 12 Apr 2019 16:37:57 +0300 Tzvetomir Stoyanov <tstoyanov@xxxxxxxxxx> wrote: > + > +The _tep_list_events_copy()_ is a thread safe version of _tep_list_events()_. > +It has the same behavior, but the returned array is allocated internally and > +must be freed by the caller. > + Probably should specify that the array should be freed but not the contents of the array (See EXAMPLE below). That being your example ;-) -- Steve