no Window named "Object SURF" has ever been created, shouldn't destroy such one.

This commit is contained in:
Liu Liu 2011-04-07 05:48:48 +00:00
parent 1dff306872
commit daac469b83

View File

@ -310,7 +310,6 @@ int main(int argc, char** argv)
cvWaitKey(0);
cvDestroyWindow("Object");
cvDestroyWindow("Object SURF");
cvDestroyWindow("Object Correspond");
return 0;