tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f287d5e54bc4390ad67ffed40251301b5f594644
parent b28751477cad304c7fd1de1dd84a0fb537396bad
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 12 Jun 2025 11:53:05 -0400

Merge branch 'tor-gitlab/mr/891'

Diffstat:
Msrc/core/or/conflux_pool.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/core/or/conflux_pool.c b/src/core/or/conflux_pool.c @@ -196,7 +196,8 @@ conflux_free_(conflux_t *cfx) } SMARTLIST_FOREACH_END(leg); smartlist_free(cfx->legs); - SMARTLIST_FOREACH(cfx->ooo_q, conflux_msg_t *, cell, tor_free(cell)); + SMARTLIST_FOREACH(cfx->ooo_q, conflux_msg_t *, cell, + conflux_relay_msg_free(cell)); smartlist_free(cfx->ooo_q); memwipe(cfx->nonce, 0, sizeof(cfx->nonce));