Page MenuHomeFreeBSD

D29579.diff
No OneTemporary

D29579.diff

diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c
--- a/sys/dev/cxgbe/tom/t4_cpl_io.c
+++ b/sys/dev/cxgbe/tom/t4_cpl_io.c
@@ -2201,8 +2201,7 @@
job->aio_error = (void *)(intptr_t)error;
aiotx_free_job(job);
}
- if (m != NULL)
- m_free(m);
+ m_freem(m);
SOCKBUF_LOCK(sb);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 18, 10:41 PM (9 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15900646
Default Alt Text
D29579.diff (313 B)

Event Timeline