diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-12-27 23:59:59 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-12-27 23:59:59 +0000 |
commit | eee24ddac89576eaf9efdd3753eb35e1e7bf4a6d (patch) | |
tree | 83f2e99fbdd4b0211f136a12ba9122083c4aff87 /WWW/Library/Implementation | |
parent | 22c60e93992af953cf692dc78dfd1de371c23e82 (diff) | |
download | lynx-snapshots-eee24ddac89576eaf9efdd3753eb35e1e7bf4a6d.tar.gz |
snapshot of project "lynx", label v2-9-0dev_0d
Diffstat (limited to 'WWW/Library/Implementation')
-rw-r--r-- | WWW/Library/Implementation/HTGopher.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTGopher.c b/WWW/Library/Implementation/HTGopher.c index a9ad41e4..854694e5 100644 --- a/WWW/Library/Implementation/HTGopher.c +++ b/WWW/Library/Implementation/HTGopher.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTGopher.c,v 1.68 2018/05/15 21:58:15 tom Exp $ + * $LynxId: HTGopher.c,v 1.69 2018/12/27 23:48:37 Kamil.Dudka Exp $ * * GOPHER ACCESS HTGopher.c * ============= @@ -1651,6 +1651,7 @@ static int HTLoadCSO(const char *arg, (*Target->isa->put_block) (Target, buf, (int) strlen(buf)); (*Target->isa->_free) (Target); free_CSOfields(); + BStrFree(command); return HT_LOADED; } /* |