]> err.no Git - varnish/commit
Fix three memory leaks related to vsb's not being vsb_deleted:
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Mar 2008 11:47:15 +0000 (11:47 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 31 Mar 2008 11:47:15 +0000 (11:47 +0000)
commitcae2172357067e2de34a829d5de616547b680bea
tree90cfb712636c12402910257db9cd80a95d0fbebe
parent41bac41888d22dc3e0e90406a70318c7c15921e8
Fix three memory leaks related to vsb's not being vsb_deleted:

Two really bad ones in Vary processing, found by Arjan (noosius).

One isignificant one related to -b arguments being wrong,
found by FlexeLint after I taught it how to spot this kind of issue.

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