Files
scylladb/row_cache.cc
Michał Chojnowski 330d221deb row_cache: when the constructor fails, clear _partitions in the right allocator
If the constructor of row_cache throws, `_partitions` is cleared in the
wrong allocator, possibly causing allocator corruption.

Fix that.

Fixes #15632

Closes scylladb/scylladb#15633
2023-10-04 23:44:45 +02:00

62 KiB