CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/28 05:16:32
Modified files:
sys/net : route.c
Log message:
Add size to free(9) calls
Those are for the gateway sockaddrs which get allocated in rt_setgate()
with the same ROUNDUP(sa_len) approach.
mpi already added a sizes for a few rt_gateway sockaddrs in two commits,
these are the last one in route.c leaving only ifafree() behind.
OK mpi
