silc_regex_free
SYNOPSIS
void silc_regex_free(SilcRegex regexp);
DESCRIPTION
Free's the compiled regular expression context `regexp'. This must be called even if `regexp' is statically allocated. If the silc_regex_compile has been called this function must be called.