]> err.no Git - varnish/commit
Move malloc() / free() out of the loop, and plug a leak. Ideally, we
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 19 Oct 2007 09:09:17 +0000 (09:09 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 19 Oct 2007 09:09:17 +0000 (09:09 +0000)
commita88524955f0fcff2d4bc6a3f84c6903c91b31c7d
treebf730768be01cbb00f1386b40c9b9e599040051e
parentfd7e67495fd462efeb22b0ffae99e497bb9520f9
Move malloc() / free() out of the loop, and plug a leak.  Ideally, we
shouldn't need to malloc() / free() at all, but I don't have time to
figure out how to avoid it right now.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2126 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_fetch.c