CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/19 03:15:21
Modified files:
sys/dev/pv : if_vio.c
Log message:
Add size for free() in vio(4).
There is an existing allocsize variable tracking size of allocations,
turns out we can pass it to free in the error path.
OK florian@, mpi@
