mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
Ooops, missed the actualy patch from the foregoing...
This commit is contained in:
parent
efb7a96207
commit
f6e005a9ef
1 changed files with 1 additions and 0 deletions
|
@ -3147,6 +3147,7 @@ zftp_cleanup(void)
|
|||
lastmsg = NULL;
|
||||
zfunsetparam("ZFTP_SESSION");
|
||||
freelinklist(zfsessions, (FreeFunc) freesession);
|
||||
zfsessions = NULL;
|
||||
zfree(zfstatusp, sizeof(int)*zfsesscnt);
|
||||
zfstatusp = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue