rht_pair_fini must
be called once and only once on a rht_pair pointer
returned from a successful call to rht_get
to allow the memory associated with that entry to be
eventually garbage collected.
After calling rht_pair_fini on such a reference,
it is invalid to subsequently use that reference. |