1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #373 from ilysenkov:bugfix_2440

This commit is contained in:
Andrey Kamaev
2013-01-30 19:37:16 +04:00
committed by OpenCV Buildbot
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -58,6 +58,9 @@ void Foo(int /*k*/, void* /*z*/) {}
void CV_HighGuiOnlyGuiTest::run( int /*start_from */)
{
ts->printf(ts->LOG, "GUI 0\n");
cvDestroyAllWindows();
ts->printf(ts->LOG, "GUI 1\n");
namedWindow("Win");