no Window named "Object SURF" has ever been created, shouldn't destroy such one.
authorLiu Liu <no@email>
Thu, 7 Apr 2011 05:48:48 +0000 (05:48 +0000)
committerLiu Liu <no@email>
Thu, 7 Apr 2011 05:48:48 +0000 (05:48 +0000)
samples/c/find_obj.cpp

index eb6f7a9..1db6f49 100644 (file)
@@ -310,7 +310,6 @@ int main(int argc, char** argv)
     cvWaitKey(0);
 
     cvDestroyWindow("Object");
-    cvDestroyWindow("Object SURF");
     cvDestroyWindow("Object Correspond");
 
     return 0;