mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-15 21:43:30 +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.