SE_table_free_grantee_list

Frees an array of user names allocated from SE_table_get_grantee_privilege_list

Usage syntax

void SE_table_free_grantee_list (LONG    num_grantees,
                              ACHAR   **grantees)

Parameters
num_grantees The number of distinct users who have been granted SELECT/INSERT/UPDATE/DELETE privileges on the table
grantees A pointer to an array of distinct user names to deallocate
Description

SE_table_free_grantee_list frees the array of grantees allocated by the SE_table_get_grantee_privilege_list function.

Returns

None