mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-09-18 13:19:03 +02:00
Otherwise when RingBuffer is deleted before its init() being called it would crash in the destructor due to its _buffer pointer not being initialized.