mirror of https://github.com/OISF/suricata
detect: fix memory leak in error handling
Pointed out by cppcheck:
src/detect-parse.c:1544:9: error: Memory leak: sig.init_data [memleak]
SCFree(sig);
^
Bug: #6527.
pull/10486/head
parent
78703bbc86
commit
eb1d0c2cc2
Loading…
Reference in New Issue