Skip to content

Commit c382890

Browse files
committed
SQUASH non-pf app
1 parent 043a1df commit c382890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detect-engine-prefilter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ int PrefilterSetupRuleGroup(DetectEngineCtx *de_ctx, SigGroupHead *sgh)
673673
add->progress = app->progress;
674674
add->sigs = SCCalloc(max_sids, sizeof(struct PrefilterNonPFDataSig));
675675
if (add->sigs == NULL) {
676-
SCFree(add->sigs);
676+
SCFree(add);
677677
goto error;
678678
}
679679
add->sigs_cnt = 0;

0 commit comments

Comments
 (0)