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.
(cherry picked from commit eb1d0c2cc2)
pull/10533/head
parent
554afa9958
commit
b225ac1b9b
Loading…
Reference in New Issue