mirror of https://github.com/OISF/suricata
detect/address: avoid cppcheck false positive
src/detect-engine-address.c:1386:5: error: Memory leak: map.string [memleak]
return true;
^
Seems cppcheck looses track of the pointer after the unnecessary cast to
void.
Bug: #6527.
pull/10486/head
parent
6c193b1a3d
commit
78703bbc86
Loading…
Reference in New Issue