Actions
Bug #7303
openfree new_de_ctx in case of error
Description
The new_de_ctx instance of type DetectEngineCtx should be disposed in case of error:
src/detect-engine.c:3920 - allocation of the instance, but no disposal under error label
Actions