Skip to content

Commit 9488475

Browse files
nakane11JWhitleyWork
authored andcommitted
[image_nodelet] change destroyWindow() to destroyAllWindows()
1 parent 5569d04 commit 9488475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image_view/src/nodelets/image_nodelet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ void ImageNodelet::windowThread()
306306
{
307307
}
308308

309-
cv::destroyWindow(window_name_);
309+
cv::destroyAllWindows();
310310

311311
pub_.shutdown();
312312

0 commit comments

Comments
 (0)