fix nasty bug

git-svn-id: https://profuse.googlecode.com/svn/branches/v2@262 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock 2010-05-22 18:28:46 +00:00
parent 7b80e2e089
commit 8acc47bb87

View File

@ -248,7 +248,7 @@ void ConcreteBlockCache::removeEntry(unsigned block)
for(;;)
{
prev = e;
e = e->next;
e = e->nextHash;
if (!e) break;
if (e->block == block)