Skip to content

Commit

Permalink
[image_nodelet] change destroyWindow() to destroyAllWindows()
Browse files Browse the repository at this point in the history
  • Loading branch information
nakane11 authored and JWhitleyWork committed May 24, 2023
1 parent 5569d04 commit 9488475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_view/src/nodelets/image_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void ImageNodelet::windowThread()
{
}

cv::destroyWindow(window_name_);
cv::destroyAllWindows();

pub_.shutdown();

Expand Down

0 comments on commit 9488475

Please sign in to comment.