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