]> git.imager.perl.org - imager.git/blobdiff - JPEG/imjpeg.c
correct an old bug link
[imager.git] / JPEG / imjpeg.c
index 35b3a1c433f3562fd93eced5eef3729f2258c6a2..84d245037d1a31286130378245e6cfdb840c1e4f 100644 (file)
@@ -237,7 +237,7 @@ wiol_term_destination (j_compress_ptr cinfo) {
     ERREXIT(cinfo, JERR_FILE_WRITE);
   }
 
-  if (dest != NULL) myfree(dest->buffer);
+  myfree(dest->buffer);
 }