shithub: jbig2

Download patch

ref: de8bf02d7172eba62b4d6a66c608cd9d11773d1e
parent: 246505fd73f229f252b2ad368006ce234a09b7b9
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed Apr 2 11:17:01 EST 2003

Free the output filename.


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@232 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/jbig2dec.c
+++ b/jbig2dec.c
@@ -488,6 +488,7 @@
 
   } /* end params.mode switch */
 
+  if (params.output_file) free(params.output_file);
   if (params.hash) hash_free(&params);
   
   /* fin */