Files
SingularityViewer/indra/libopenjpeg
..
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
2011-12-24 15:07:52 -05:00
2010-11-17 02:39:27 +01:00
2011-12-25 04:28:17 +01:00
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2011-04-09 20:29:12 +02:00
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2011-04-09 20:29:12 +02:00
2010-11-17 02:39:27 +01:00
2011-12-24 15:07:52 -05:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02: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
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +01:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02:00
2012-01-14 05:42:53 +01:00
2010-11-17 02:39:27 +01:00
2011-04-09 20:29:12 +02: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
2010-11-17 02:39:27 +01:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02:00
2011-04-09 20:29:12 +02:00
2010-11-17 02:39:27 +01:00
2010-11-17 02:39:27 +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;
 }