File missing_fclose.diff of Package xorg-x11-driver-video-unichrome
--- src/via_crt.c.orig 2009-10-30 13:53:36.566288163 +0100
+++ src/via_crt.c 2009-10-30 13:55:31.179448885 +0100
@@ -154,6 +154,8 @@ CRTGetOptions(struct ViaOutput *Output)
__func__, EDIDFileName, strerror(errno));
else
Output->EDID = xf86InterpretEDID(Output->scrnIndex, Block);
+
+ fclose(EDIDFile);
}
}