Check in per Jack Burton: Fixed invalid delete[] in destructor.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4391 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -108,7 +108,7 @@ BBlockCache::BBlockCache(size_t CacheSize, size_t BlockSize, uint32 Type)
|
||||
|
||||
BBlockCache::~BBlockCache()
|
||||
{
|
||||
delete[] (int8*)fCache;
|
||||
delete[] (_Block*)fCache;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user