mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-04-05 23:05:41 +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.