Skip to content

bugfix invalid pointer used in LidarStream

Nick Laurenson requested to merge Bugfix/LidarStream into master

The return type of GetCalibrationTable is a smartpointer, so if nobody take its ownership, the pointer can become invalid.

Merge request reports