NAME
sqlbox_role_hier_free
—
free hierarchical role
generator
LIBRARY
library “sqlbox”
SYNOPSIS
#include
<stdint.h>
#include <sqlbox.h>
void
sqlbox_role_hier_free
(struct
sqlbox_role_hier *p);
DESCRIPTION
Releases memory held by a hierarchical generator
p. If it is NULL
, does
nothing. This does not affect the memory of any lattices created with
sqlbox_role_hier_gen(3).