Livox-SDK / livox_ros_driver

Livox device driver under ros, support Lidar Mid-40, Mid-70, Tele-15, Horizon, Avia.
Other
365 stars 203 forks source link

Fix double free of global_pub_ #50

Closed kmiya closed 4 years ago

kmiya commented 4 years ago

The pointer global_pub_ seems to be freed twice and global_imu_pub_ does not be freed. This issue is detected by cppcheck.