bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] [PATCH] fix build warnings due to DEBUG_MALLOC


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] [PATCH] fix build warnings due to DEBUG_MALLOC
Date: Thu, 24 May 2012 22:05:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Mike Frysinger <address@hidden> writes:

> The current cleanup_html_url code warns because it's marked static
> but no one calls it.  Reading the code base, we see it only gets
> called when DEBUG_MALLOC is defined, so change the static markings
> to check that ifdef.
>
> The spider_cleanup has a similar problem.
>
> Signed-off-by: Mike Frysinger <address@hidden>
> ---
>  src/html-url.c |    4 +++-
>  src/init.c     |    2 ++
>  src/spider.c   |    4 +++-
>  3 files changed, 8 insertions(+), 2 deletions(-)

thanks for the patch, it seems ok.  Could you provide a record for the
ChangeLog file?

Thanks,
Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]