mirror of
https://github.com/libjpeg-turbo/libjpeg-turbo.git
synced 2026-01-18 21:41:20 +01:00
4
cjpeg.c
4
cjpeg.c
@@ -5,7 +5,8 @@
|
||||
* Copyright (C) 1991-1998, Thomas G. Lane.
|
||||
* Modified 2003-2011 by Guido Vollbeding.
|
||||
* libjpeg-turbo Modifications:
|
||||
* Copyright (C) 2010, 2013-2014, 2017, 2020-2021, D. R. Commander.
|
||||
* Copyright (C) 2010, 2013-2014, 2017, 2020-2021, 2025,
|
||||
D. R. Commander.
|
||||
* For conditions of distribution and use, see the accompanying README.ijg
|
||||
* file.
|
||||
*
|
||||
@@ -185,6 +186,7 @@ static void my_emit_message(j_common_ptr cinfo, int msg_level)
|
||||
fclose(input_file); \
|
||||
if (memdst) \
|
||||
free(outbuffer); \
|
||||
free(icc_profile); \
|
||||
return EXIT_FAILURE; \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user