Module Name: src Committed By: joe Date: Fri Feb 14 16:42:13 UTC 2025
Modified Files: src/sys/dev/pci: if_vioif.c Log Message: use right byte size of data resource to be freed instead of sizeof pointer use of sizeof pointer frees only 8 bytes of the large vioif_tx_context struct which leaks the rest of the memory To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/dev/pci/if_vioif.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.