| 530 | } |
| 531 | |
| 532 | static void crop_record_free( crop_record_t *crops ) |
| 533 | { |
| 534 | free( crops->t ); |
| 535 | free( crops->b ); |
| 536 | free( crops->l ); |
| 537 | free( crops->r ); |
| 538 | free( crops ); |
| 539 | } |
| 540 | |
| 541 | static void record_crop( crop_record_t *crops, int t, int b, int l, int r ) |
| 542 | { |