must use RTFREE instead of rtfree for proper locking

This commit is contained in:
Sam Leffler 2003-11-08 03:36:32 +00:00
parent e04f2bba96
commit 6536168e0a
2 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@ at_pcbdetach( struct socket *so, struct ddpcb *ddp)
}
if ( ddp->ddp_route.ro_rt ) {
rtfree( ddp->ddp_route.ro_rt );
RTFREE( ddp->ddp_route.ro_rt );
}
if ( ddp->ddp_prev ) {

View File

@ -459,7 +459,7 @@ at_pcbdetach( struct socket *so, struct ddpcb *ddp)
}
if ( ddp->ddp_route.ro_rt ) {
rtfree( ddp->ddp_route.ro_rt );
RTFREE( ddp->ddp_route.ro_rt );
}
if ( ddp->ddp_prev ) {