N
AME
free_svalue
- free the contents of an svalue
S
YNTAX
#include <svalue.h>
void free_svalue(struct svalue *
s
);
D
ESCRIPTION
This function frees the contents of an svalue with respect to ref counts. It does not however free the storage for svalue itself. That is up to the caller to do.
K
EYWORDS
svalue
S
EE
A
LSO
assign_svalue