X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=d4fc10e3b0f54a62930dec33f0fa3191ea2dc78d;hp=a634fa79612612c83bca66120e155ab88b811f91;hb=e4371807f6eb9ee6d0cc7828773e792fbecb5ce5;hpb=b28a6abfe66e03dae1f749d8215f4ba2b7303e5a diff --git a/src/init.c b/src/init.c index a634fa79..d4fc10e3 100644 --- a/src/init.c +++ b/src/init.c @@ -1548,6 +1548,8 @@ cleanup (void) xfree_null (opt.cookies_output); xfree_null (opt.user); xfree_null (opt.passwd); + xfree_null (opt.base_href); + #endif /* DEBUG_MALLOC */ }