]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/var: Release key storage 12392/head 12404/head
authorJeff Lucovsky <jlucovsky@oisf.net>
Sun, 22 Dec 2024 13:04:58 +0000 (08:04 -0500)
committerJeff Lucovsky <jlucovsky@oisf.net>
Tue, 14 Jan 2025 13:59:52 +0000 (08:59 -0500)
commit2be430ec0ccce69b70a0a97df9d83da90c23732f
treea68d687cf9537e0d7e3dfa0a3c3c367fe2e4abee
parenta10ee8d6bc579acbc3f88ba69b2b170b74fec9da
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.

(cherry picked from commit 2d9df5a1aea4407846ce7e7e2fac58f65eb19073)
src/flow-var.c