Skip to content

Commit 221bbea

Browse files
committed
Control for correct exit
1 parent 814ff52 commit 221bbea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

async_detector/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ int main(int argc, char** argv)
4343
slow_detector.Process();
4444

4545
cv::destroyAllWindows();
46+
47+
std::cout << "Correct exit" << std::endl;
4648
return 0;
4749
}

0 commit comments

Comments
 (0)