update comment on SFTP name list free function

pull/192/head
Jacob Barthelmeh 2019-08-27 17:01:12 -06:00
parent dfd07942f5
commit 1cfbc3ff73
1 changed files with 2 additions and 1 deletions

View File

@ -4398,7 +4398,8 @@ void wolfSSH_SFTPNAME_free(WS_SFTPNAME* n)
}
/* free's linked list of sftp name structures */
/* takes in the head of the list and free's all nodes in the list of sftp name
* structures */
void wolfSSH_SFTPNAME_list_free(WS_SFTPNAME* n)
{
WS_SFTPNAME* tmp = NULL;