Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize sample buffer pointer with nullptr
to avoid memory corruption on deallocating uninitialized value in `CompassCalibrator.cpp`:384: ```c if (_sample_buffer != nullptr) { free(_sample_buffer); ```
- Loading branch information