]> git.ipfire.org Git - thirdparty/suricata.git/commit
Fix a leak in probing parsers. We were freeing just the head of the list, 567/head
authorAnoop Saldanha <anoopsaldanha@gmail.com>
Sun, 29 Sep 2013 16:45:46 +0000 (22:15 +0530)
committerAnoop Saldanha <anoopsaldanha@gmail.com>
Mon, 30 Sep 2013 02:51:32 +0000 (08:21 +0530)
commite383cc27cd459af1b720a2f3be73c757464bfad0
tree6bff98af7ef75b22702f3b70c92f8b1814de7de3
parent980934d670864c627c07a7c52966bda45df29e78
Fix a leak in probing parsers.  We were freeing just the head of the list,
instead of all the members.
src/app-layer-detect-proto.c