Files
2020-09-29 22:48:31 -04:00
..
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2020-09-29 22:48:31 -04:00
2010-11-17 02:39:27 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2010-11-17 02:39:27 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2010-11-17 02:39:27 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2013-01-06 04:01:28 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2020-09-29 22:48:31 -04:00
2010-11-17 02:39:27 +01:00
2012-12-09 02:10:16 +01:00
2010-11-17 02:39:27 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 04:53:35 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 04:53:35 +01:00
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2020-09-29 22:48:31 -04:00
2012-12-09 02:10:16 +01:00
2020-09-29 22:48:31 -04:00
2012-12-09 02:10:16 +01:00
2020-09-29 22:48:31 -04:00
2012-12-09 02:10:16 +01:00
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2012-12-09 02:10:16 +01:00
2012-12-09 04:53:35 +01:00

# libopenjpeg was grabbed from the google code svn server of the project.
# This patch was applied to fix a crash issue
# If you upgrade libopenjpeg, be sure to edit openjpeg.h with the correct version numbers.
# The last place in the version number string is the svn rev number.
#
--- a/image.c.org	2010-04-15 22:35:11.000000000 -0400
+++ b/image.c	2010-04-15 22:36:21.000000000 -0400
@@ -28,6 +28,7 @@
 
 opj_image_t* opj_image_create0(void) {
 	opj_image_t *image = (opj_image_t*)opj_calloc(1, sizeof(opj_image_t));
+	image->comps=NULL;
 	return image;
 }