[BACK]Return to show.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/show.c between version 1.46 and 1.47

version 1.46, 2015/02/09 12:25:03 version 1.47, 2015/02/12 23:31:12
Line 162 
Line 162 
                                 continue;                                  continue;
                         p_rtentry(rtm);                          p_rtentry(rtm);
                 }                  }
                 free(buf);  
                 buf = NULL;  
         }          }
           free(buf);
 }  }
   
 /*  /*

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47