omni_end_list(3) — Subroutines
Name
omni_end_list − The omni_end_list procedure terminates the use of a list context.
Syntax
extern unsigned long int omni_end_list (
omni_l_context context);
Arguments
contextaccess: read only mechanism: by reference A location for use by DEComni. The context is the same value that was returned by omni_get_remote_attributes, omni_fdir, omni_get_definition, and omni_modify_definition.
Usage Notes
Omni_get_remote_attributes allocate memory. Omni_end_list frees that same memory. Failure to call omni_end_list will result in an increase of memory usage.