X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Finit.c;h=d01a1c80f9ccf35985424cc8cd16e19865a3ef2f;hp=f56aa65282c94f46a7469eb92cce3a504f9197ad;hb=ccd62071dcbdfc0269813746b9f51ff9c23261db;hpb=d82f80ecab9bfef857d780f894cca7e890780ce0 diff --git a/src/init.c b/src/init.c index f56aa652..d01a1c80 100644 --- a/src/init.c +++ b/src/init.c @@ -1559,6 +1559,8 @@ cleanup (void) xfree_null (opt.cookies_output); xfree_null (opt.user); xfree_null (opt.passwd); + xfree_null (opt.base_href); + #endif /* DEBUG_MALLOC */ }