double free

This commit is contained in:
rsc 2006-04-28 03:06:40 +00:00
parent fa07e3d777
commit 5e084a4a46

View file

@ -107,6 +107,7 @@ ffssync(Fsys *fsys)
if((fs->ufs = checkfsblk(fsblk)) > 0) if((fs->ufs = checkfsblk(fsblk)) > 0)
goto okay; goto okay;
blockput(b); blockput(b);
b = nil;
} }
goto error; goto error;