rev 232 - trunk
[email protected] Wed, 2 Apr 2003 08:17:01 -0800
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
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(¶ms); /* fin */