| 812 | } |
| 813 | |
| 814 | void Cleanup(int iExitCode) |
| 815 | { |
| 816 | FreeResource(); |
| 817 | printf("Images are %s\n", (iExitCode == EXIT_SUCCESS) ? "Matching" : "Not Matching"); |
| 818 | exit(EXIT_SUCCESS); |
| 819 | } |
| 820 | |
| 821 | //////////////////////////////////////////////////////////////////////////////// |
| 822 | //! |
no test coverage detected