From 1cfbc3ff73d7f4e641f3e5e7df643e45de9903c3 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Tue, 27 Aug 2019 17:01:12 -0600 Subject: [PATCH] update comment on SFTP name list free function --- src/wolfsftp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wolfsftp.c b/src/wolfsftp.c index 681260f..0840ed3 100644 --- a/src/wolfsftp.c +++ b/src/wolfsftp.c @@ -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;