Deleted ranges were never removed from the ranges hash... this could have finally

nailed down bug #77.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15791 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-01-02 13:09:42 +00:00
parent 80be55c442
commit 37675ea580
2 changed files with 6 additions and 4 deletions
-1
View File
@@ -222,7 +222,6 @@ block_cache::GetFreeRange()
return NULL;
}
hash_insert(ranges_hash, range);
return range;
}