|
@ -156,6 +156,7 @@ namespace storm { |
|
|
// Only perform the assignment if the source and target are not identical.
|
|
|
// Only perform the assignment if the source and target are not identical.
|
|
|
if (this != &other) { |
|
|
if (this != &other) { |
|
|
bitCount = other.bitCount; |
|
|
bitCount = other.bitCount; |
|
|
|
|
|
other.bitCount = 0; |
|
|
if (this->buckets) { |
|
|
if (this->buckets) { |
|
|
delete[] this->buckets; |
|
|
delete[] this->buckets; |
|
|
} |
|
|
} |
|
|