forked from pool/fontforge
Petr Gajdos
8cf3b71501
* added fontforge-libpng.diff * removed libpng14-dynamic.diff - spec file cleanup * call spec-cleaner * fontforge-20090622-fdleak.patch renamed to fontforge-fdleak.patch * docdir.patch renamed to fontforge-docdir.patch OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=34
13 lines
330 B
Diff
13 lines
330 B
Diff
Index: fontforge/sfd.c
|
|
===================================================================
|
|
--- fontforge/sfd.c.orig 2009-05-13 00:23:57.000000000 +0200
|
|
+++ fontforge/sfd.c 2009-10-03 13:58:14.893617000 +0200
|
|
@@ -4983,6 +4983,7 @@ return( 0 );
|
|
}
|
|
}
|
|
}
|
|
+ closedir(dir);
|
|
}
|
|
SFDFixupBitmapRefs( bdf );
|
|
return( 1 );
|