|
@ -118,6 +118,7 @@ namespace storm { |
|
|
bitCount = other.bitCount; |
|
|
bitCount = other.bitCount; |
|
|
if (buckets && bucketCount() != other.bucketCount()) { |
|
|
if (buckets && bucketCount() != other.bucketCount()) { |
|
|
delete[] buckets; |
|
|
delete[] buckets; |
|
|
|
|
|
buckets = nullptr; |
|
|
} |
|
|
} |
|
|
if (!buckets) { |
|
|
if (!buckets) { |
|
|
buckets = new uint64_t[other.bucketCount()]; |
|
|
buckets = new uint64_t[other.bucketCount()]; |
|
|