Searched refs:stbi__cleanup_jpeg (Results 1 – 2 of 2) sorted by relevance
3618 static void stbi__cleanup_jpeg(stbi__jpeg *j) in stbi__cleanup_jpeg() function3649 if (!stbi__decode_jpeg_image(z)) { stbi__cleanup_jpeg(z); return NULL; } in load_jpeg_image()3676 …if (!z->img_comp[k].linebuf) { stbi__cleanup_jpeg(z); return stbi__errpuc("outofmem", "Out of memo… in load_jpeg_image()3694 if (!output) { stbi__cleanup_jpeg(z); return stbi__errpuc("outofmem", "Out of memory"); } in load_jpeg_image()3791 stbi__cleanup_jpeg(z); in load_jpeg_image()