venti: fix double free on corrupt bloom filter

This commit is contained in:
Russ Cox 2007-09-25 09:46:52 -04:00
parent 952f137f04
commit 25a4e89fa9

View file

@ -53,7 +53,6 @@ readbloom(Part *p)
*/
if(bloominit(b, 0, buf) < 0){
vtfree(b);
freepart(p);
return nil;
}else{
/*