diff --git a/src/tmqh-flow.c b/src/tmqh-flow.c index 6ea8917bdb..a1ec839bcf 100644 --- a/src/tmqh-flow.c +++ b/src/tmqh-flow.c @@ -217,6 +217,7 @@ void TmqhOutputFlowFreeCtx(void *ctx) } SCFree(fctx->queues); + SCFree(fctx); return; }