mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-23 15:30:15 +00:00
fix nasty bug
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@262 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
7b80e2e089
commit
8acc47bb87
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user