clean up the temporary component buffers
| 3840 | |
| 3841 | // clean up the temporary component buffers |
| 3842 | static void stbi__cleanup_jpeg(stbi__jpeg *j) |
| 3843 | { |
| 3844 | stbi__free_jpeg_components(j, j->s->img_n, 0); |
| 3845 | } |
| 3846 | |
| 3847 | typedef struct |
| 3848 | { |
no test coverage detected