mpm/ac: pointer hygene

pull/10134/head
Victor Julien 1 year ago committed by Victor Julien
parent aad403d87d
commit 96aee6434f

@ -916,6 +916,7 @@ void SCACDestroyCtx(MpmCtx *mpm_ctx)
}
SCFree(mpm_ctx->ctx);
mpm_ctx->ctx = NULL;
mpm_ctx->memory_cnt--;
mpm_ctx->memory_size -= sizeof(SCACCtx);

Loading…
Cancel
Save