]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/var: Release key storage
authorJeff Lucovsky <jlucovsky@oisf.net>
Sun, 22 Dec 2024 13:04:58 +0000 (08:04 -0500)
committerVictor Julien <victor@inliniac.net>
Wed, 8 Jan 2025 16:06:02 +0000 (17:06 +0100)
commit2d9df5a1aea4407846ce7e7e2fac58f65eb19073
tree8c69dbdb48588cdbd74a1fbbb0d99b3e98c2919b
parentdef22fab6c6fee38fad41404b8a29febdd326919
flow/var: Release key storage

Issue: 7466

This commit releases the memory for the flow variable "key" when
the flow variable is of type string. The key is allocated in the Lua
extension logic.
src/flow-var.c