Fix error read jpeg.

escl-error-read-jpeg
Thierry HUCHARD 2020-03-03 22:33:27 +01:00
rodzic 5da64adadf
commit 880967fc00
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -235,7 +235,6 @@ get_JPEG_data(capabilities_t *scanner, int *width, int *height, int *bps)
*width = w;
*height = h;
*bps = cinfo.output_components;
jpeg_finish_decompress(&cinfo);
jpeg_destroy_decompress(&cinfo);
fclose(scanner->tmp);
scanner->tmp = NULL;