Blame SOURCES/netpbm-bmptopnm.patch

c6c7cd
diff --git a/converter/other/bmptopnm.c b/converter/other/bmptopnm.c
c6c7cd
index 3f66634..ca4f944 100644
c6c7cd
--- a/converter/other/bmptopnm.c
c6c7cd
+++ b/converter/other/bmptopnm.c
c6c7cd
@@ -1494,7 +1494,7 @@ readBmp(FILE *               const ifP,
c6c7cd
         unsigned int *       const cmapSizeP,
c6c7cd
         bool                 const verbose) {
c6c7cd
 
c6c7cd
-    xel * colormap;  /* malloc'ed */
c6c7cd
+    xel * colormap = NULL;  /* malloc'ed */
c6c7cd
     unsigned int pos;
c6c7cd
         /* Current byte position in the BMP file */
c6c7cd