| 529 | } |
| 530 | |
| 531 | void Cleanup(int iExitCode) |
| 532 | { |
| 533 | FreeResource(); |
| 534 | printf("PPM Images are %s\n", (iExitCode == EXIT_SUCCESS) ? "Matching" : "Not Matching"); |
| 535 | exit(iExitCode); |
| 536 | } |
| 537 | |
| 538 | //////////////////////////////////////////////////////////////////////////////// |
| 539 | //! |
no test coverage detected