mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Automated merge.
This commit is contained in:
commit
a459f0aac9
@ -1,3 +1,7 @@
|
||||
2008-08-08 Steven Schubiger <stsc@members.fsf.org>
|
||||
|
||||
* main.c, utils.h: Removed some dead conditional DEBUG_MALLOC code.
|
||||
|
||||
2008-08-03 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* main.c (print_help): Added --default-page.
|
||||
|
@ -1273,9 +1273,6 @@ WARNING: Can't reopen standard output in binary mode;\n\
|
||||
xfree (url[i]);
|
||||
cleanup ();
|
||||
|
||||
#ifdef DEBUG_MALLOC
|
||||
print_malloc_debug_stats ();
|
||||
#endif
|
||||
if (status == RETROK)
|
||||
return 0;
|
||||
else
|
||||
|
@ -66,10 +66,6 @@ struct file_memory {
|
||||
char *time_str (time_t);
|
||||
char *datetime_str (time_t);
|
||||
|
||||
#ifdef DEBUG_MALLOC
|
||||
void print_malloc_debug_stats ();
|
||||
#endif
|
||||
|
||||
char *xstrdup_lower (const char *);
|
||||
|
||||
char *strdupdelim (const char *, const char *);
|
||||
|
Loading…
Reference in New Issue
Block a user