]> git.ipfire.org Git - thirdparty/suricata.git/commit
runmodes: fix memory leak
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 25 Jan 2023 14:01:52 +0000 (15:01 +0100)
committerVictor Julien <vjulien@oisf.net>
Thu, 26 Jan 2023 05:57:15 +0000 (06:57 +0100)
commite07556b961bf0becebb94652b591df5cbd2f6913
tree95c55d87eb4571bbfb4f24ae62da0ed70a63b439
parentb281199e9aa1d2d66ac35d1f53358afca8c44a13
runmodes: fix memory leak

By using constant for string instead of allocating and leaking it

CID: 1520497
CID: 1520500
src/runmodes.c