MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / stbi__cleanup_jpeg

Function stbi__cleanup_jpeg

include/stb/stb_image.h:3843–3846  ·  view source on GitHub ↗

clean up the temporary component buffers

Source from the content-addressed store, hash-verified

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

Callers 1

load_jpeg_imageFunction · 0.85

Calls 1

Tested by

no test coverage detected