]> git.ipfire.org Git - people/ms/suricata.git/commit
lua output: clean up memory at shutdown
authorVictor Julien <victor@inliniac.net>
Tue, 1 Mar 2016 11:53:02 +0000 (12:53 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 1 Mar 2016 14:59:25 +0000 (15:59 +0100)
commit881fc5500d4f467b55000c4dbd0384ec66e62847
tree70316e1311a38b465b702b9c7fe74e16eb6368b9
parentecb79391a0b7af9d462b8fc5de6ceb026cbaa5d6
lua output: clean up memory at shutdown

Lua module and submodules we're completely freed at exit, and nor
was the lua_State.

This patch does all the cleanup.
src/output-lua.c
src/runmodes.c