mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Plug memory leak
This commit is contained in:
parent
6d4158122c
commit
351e438e51
@ -1,3 +1,7 @@
|
||||
2014-05-01 Benjamin Goose <gans+wget@tngtech.com>
|
||||
|
||||
* http.c: Fix small memory leak
|
||||
|
||||
2014-05-01 Darshit Shah <darnir@gmail.com> (tiny change)
|
||||
|
||||
* progress.c (dot_finish): Do not print extra newlines when not in verbose
|
||||
|
@ -2596,6 +2596,7 @@ read_header:
|
||||
tmp = parse_charset (tmp2);
|
||||
if (tmp)
|
||||
set_content_encoding (iri, tmp);
|
||||
xfree_null(tmp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user