]> git.ipfire.org Git - thirdparty/suricata.git/commit
pool: avoid possible double free in error path
authorVictor Julien <victor@inliniac.net>
Thu, 25 Oct 2018 09:44:53 +0000 (11:44 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 30 Oct 2018 09:21:34 +0000 (10:21 +0100)
commite180576afea4ba3a6682de8ea1196c81368a3259
treeee4915b633385e3eae2c47c08610cd7ae573f2d3
parent7ce1ebe0d3a91c1b78c50aacea16f3faacb29435
pool: avoid possible double free in error path

Should be impossible as a double free, but scan-build-7 thinks it
is possible.
src/util-pool.c