about summary refs log tree commit diff
path: root/converter/ppm
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm')
-rw-r--r--converter/ppm/pjtoppm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/ppm/pjtoppm.c b/converter/ppm/pjtoppm.c
index 7932886c..45746495 100644
--- a/converter/ppm/pjtoppm.c
+++ b/converter/ppm/pjtoppm.c
@@ -179,6 +179,7 @@ main(int argc, const char ** argv) {
     colsIsSet = false;  /* initial value */
     rowsX = 0;  /* initial value */
     image = NULL;  /* initial value */
+    imlen = NULL;  /* initial value */
     planes = 3;  /* initial value */
 
     while ((c = fgetc(ifP)) != -1) {