Mike Frysinger <[email protected]> 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 <[email protected]> > --- > 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
