]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream/cache: Return sessions to correct pool
authorJeff Lucovsky <jlucovsky@oisf.net>
Thu, 8 Jun 2023 14:25:30 +0000 (10:25 -0400)
committerVictor Julien <vjulien@oisf.net>
Fri, 9 Jun 2023 08:37:09 +0000 (10:37 +0200)
commitf8c9390ca368ba8f48d1f1f47c7a37383112d193
tree11f880ce733a32722bdfaed278f4604a2a20b184
parent0d0c9ea07b0c8875f6c1e9161e56e74b9adbd8c0
stream/cache: Return sessions to correct pool

Issue: 5563

This commit fixes the release of TCP resources. The sessions were being
returned to the segment thread pool instead of the sessions pool.
src/stream-tcp-cache.c