[jbig2-cvs] rev 232 - trunk

giles@ghostscript.com giles@ghostscript.com
Wed, 2 Apr 2003 08:17:01 -0800


Author: giles
Date: 2003-04-02 08:17:01 -0800 (Wed, 02 Apr 2003)
New Revision: 232

Modified:
   trunk/jbig2dec.c
Log:
Free the output filename.


Modified: trunk/jbig2dec.c
==============================================================================
--- trunk/jbig2dec.c	(original)
+++ trunk/jbig2dec.c	Wed Apr  2 08:17:01 2003
@@ -488,6 +488,7 @@
 
   } /* end params.mode switch */
 
+  if (params.output_file) free(params.output_file);
   if (params.hash) hash_free(&params);
   
   /* fin */