MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stbi__cleanup_jpeg

Function stbi__cleanup_jpeg

Source/Utils/stb_image.h:3842–3845  ·  view source on GitHub ↗

clean up the temporary component buffers

Source from the content-addressed store, hash-verified

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

Callers 1

load_jpeg_imageFunction · 0.85

Calls 1

Tested by

no test coverage detected