diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2026-01-19 15:41:02 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2026-01-19 15:45:49 +0000 |
| commit | d91ae61f8fc2dd4ab3c208f25570b91a0725e2e4 (patch) | |
| tree | a9e378a456d299aa8382ee2f3b7f025c20c2afe5 /sys/net | |
| parent | 99afbc5cc7ae8ba7b112fbafbf24ea2575a65ba4 (diff) | |
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/iflib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/iflib.c b/sys/net/iflib.c index 5c37f199e84c..b0e4bb9470c9 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -1890,6 +1890,7 @@ iflib_txsd_free(if_ctx_t ctx, iflib_txq_t txq, int i) bus_dmamap_unload(txq->ift_tso_buf_tag, txq->ift_sds.ifsd_tso_map[i]); } + txq->ift_sds.ifsd_m[i] = NULL; m_freem(m); DBG_COUNTER_INC(tx_frees); } |
