]> git.ipfire.org Git - thirdparty/suricata.git/commit
host: suppress double memory clear 230/head
authorEric Leblond <eric@regit.org>
Tue, 27 Nov 2012 09:09:59 +0000 (10:09 +0100)
committerEric Leblond <eric@regit.org>
Tue, 27 Nov 2012 12:45:57 +0000 (13:45 +0100)
commitdf3d10865abd31a95554f967d2129799f3efbf17
tree4c351cfd88ab76827cfbd5f82421535039db55c7
parent12fd60b545d5bb86b8245d66a5f9c786e61b51fd
host: suppress double memory clear

HostFree() is calling HostClearMemory() so calling HostClearMemory()
before HostFree() is useless.
src/host.c