This commit is contained in:
waldemar%netscape.com 2000-04-10 22:20:00 +00:00
Родитель 5dd14170f8
Коммит 58dd2238a6
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -160,6 +160,7 @@ void JS::GenericHashTable::rehash()
e = next;
}
}
delete[] buckets;
buckets = newBuckets;
bucketsEnd = newBucketsEnd;
} catch (std::bad_alloc) {

Просмотреть файл

@ -160,6 +160,7 @@ void JS::GenericHashTable::rehash()
e = next;
}
}
delete[] buckets;
buckets = newBuckets;
bucketsEnd = newBucketsEnd;
} catch (std::bad_alloc) {