SHA256
1
0
forked from pool/netpbm
netpbm/netpbm-10.35.74-missing-file-close.patch
Petr Gajdos d494c159f8 - updated to 10.35.74 (see doc/HISTORY)
* upstreamed or outdated
    - colornames-init.diff (present in the code)
    - endian.patch (tested against bnc#105431)
    - pamtouil.patch (present in the code)
    - ximtoppm-fixes.patch (present in the code)
    - [partially, refreshed] fixes.patch
    - pngtomng-transparent.patch (tested against bnc#225258)
    - rgb.patch (/usr/share/X11/rgb.txt is in RGB_DB2 yet)
  * .dif renamed to make.patch
  * gcc45.patch merged into fixes.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=16
2010-04-01 17:05:41 +00:00

12 lines
249 B
Diff

--- lib/libpm.c
+++ lib/libpm.c
@@ -533,6 +533,8 @@
else
pm_message("This program is part of the Netpbm package. Find "
"documentation for it at %s/%s\n", docurl, progname);
+
+ fclose(netpbmConfigFile);
}