clean up the temporary component buffers
| 4152 | |
| 4153 | // clean up the temporary component buffers |
| 4154 | static void stbi__cleanup_jpeg(stbi__jpeg* j) { |
| 4155 | stbi__free_jpeg_components(j, j->s->img_n, 0); |
| 4156 | } |
| 4157 | |
| 4158 | typedef struct { |
| 4159 | resample_row_func resample; |
no test coverage detected