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

Diff for /src/usr.bin/ssh/authfd.c between version 1.115 and 1.116

version 1.115, 2019/06/28 13:35:04 version 1.116, 2019/09/03 08:28:30
Line 310 
Line 310 
                 if (idl->comments != NULL)                  if (idl->comments != NULL)
                         free(idl->comments[i]);                          free(idl->comments[i]);
         }          }
           free(idl->keys);
           free(idl->comments);
         free(idl);          free(idl);
 }  }
   

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116