fontforge/fontforge-missing-closedir.diff

15 lines
282 B
Diff

---
fontforge/cvimages.c | 1 +
1 file changed, 1 insertion(+)
--- a/fontforge/cvimages.c
+++ b/fontforge/cvimages.c
@@ -1116,6 +1116,7 @@
++tot;
}
}
+ closedir(dir);
if ( tot==0 )
ff_post_error(_("Nothing Loaded"),_("Nothing Loaded"));
return( true );