LinHuican / stereo_dso_ros

GNU General Public License v3.0
56 stars 24 forks source link

memory leaking #3

Closed xiaohedu closed 3 years ago

xiaohedu commented 5 years ago

Hi , in your code , comment these two lines: //delete undistImg;
//delete undistImg_right;

it occurs memory leaking .

LinHuican commented 3 years ago

Thanks, uncomment them. And I will close this issue.