add history vector initialization

This commit is contained in:
Maufeat 2025-07-19 13:23:09 +02:00
parent 83ec5869d7
commit f248e6f721

View file

@ -92,7 +92,7 @@ private:
bool is_allocating{};
mutable std::condition_variable_any is_allocating_condition;
std::vector<BufferInfo> history;
std::vector<BufferInfo> history{8};
};
} // namespace Service::android