From 0e7335260978504ed389d17c6785eef506707ed4 Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 10 Jun 2005 14:04:34 +0000 Subject: [PATCH] COMP: locale_cscanline/pscanline might be used unitialized in this function --- src/gdcmjpegls/Decoder/decoder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gdcmjpegls/Decoder/decoder.c b/src/gdcmjpegls/Decoder/decoder.c index b3d19029..afdf4799 100644 --- a/src/gdcmjpegls/Decoder/decoder.c +++ b/src/gdcmjpegls/Decoder/decoder.c @@ -876,6 +876,7 @@ int main (int argc, char *argv[]) { tot_out = 0; pixel *local_scanl0,*local_scanl1,*local_pscanline,*local_cscanline; int MCUs_counted; + local_cscanline = local_pscanline = NULL; /* Parse the parameters, initialize */ -- 2.48.1