/[pkgs]/devel/enscript/enscript-doublefree.patch
ViewVC logotype

Contents of /devel/enscript/enscript-doublefree.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Fri Aug 8 11:31:07 2008 UTC (15 months, 2 weeks ago) by atkac
Branch: MAIN
CVS Tags: F-12-split, enscript-1_6_4-11_fc10, enscript-1_6_4-14_fc12, F-10-split, F-11-split, enscript-1_6_4-12_fc11, enscript-1_6_4-13_fc12, enscript-1_6_4-10_fc10, HEAD
Changes since 1.1: +5 -5 lines
File MIME type: text/x-patch
- updated patches due rpm 4.6
- enscript -w is handled well (#457719)
- mkafmmap -V is handled well (#457720)
1 diff -up enscript-1.6.4/src/main.c.doublefree enscript-1.6.4/src/main.c
2 --- enscript-1.6.4/src/main.c.doublefree 2008-08-08 11:10:07.000000000 +0200
3 +++ enscript-1.6.4/src/main.c 2008-08-08 11:11:51.000000000 +0200
4 @@ -1714,8 +1714,9 @@ name width\theight\tllx\tlly
5 is_close (&is);
6 }
7
8 - /* Clean up toc file. */
9 - fclose (toc_fp);
10 + else
11 + /* Clean up toc file. */
12 + fclose (toc_fp);
13 }
14
15 /* Give trailer a chance to dump itself. */

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2