From cd98a4f7408930e3673b4d3311c29dd2ea25dc1a Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Tue, 13 Sep 2005 14:11:41 +0000 Subject: bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is used --- codec/image_to_j2k.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'codec') diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c index e64616ab..9be55998 100644 --- a/codec/image_to_j2k.c +++ b/codec/image_to_j2k.c @@ -740,6 +740,7 @@ int main(int argc, char **argv) /* Initialization for PPM marker */ cp.ppm = 0; cp.ppm_data = NULL; + cp.ppm_data_first = NULL; cp.ppm_previous = 0; cp.ppm_store = 0; @@ -761,6 +762,7 @@ int main(int argc, char **argv) tcp->mct = img.numcomps == 3 ? 1 : 0; tcp->ppt = 0; tcp->ppt_data = NULL; + tcp->ppt_data_first = NULL; tcp->ppt_store = 0; numpocs_tile = 0; -- cgit v1.2.3