mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Tested cvDestroyAllWindows() without windows
This commit is contained in:
parent
d8f749da52
commit
56fbcc541f
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user