cleanup threshold config de-init

remotes/origin/master
Anoop Saldanha 13 years ago committed by Victor Julien
parent 5e02cb2365
commit 83a8f6e03a

@ -210,6 +210,19 @@ void SCThresholdConfDeInitContext(DetectEngineCtx *de_ctx, FILE *fd)
if (fd != NULL)
fclose(fd);
regex_base = NULL;
regex_base_study = NULL;
regex_threshold = NULL;
regex_threshold_study = NULL;
regex_rate = NULL;
regex_rate_study = NULL;
regex_suppress = NULL;
regex_suppress_study = NULL;
return;
}

Loading…
Cancel
Save