diff options
author | Matt Fleming <matt.fleming@intel.com> | 2012-11-27 21:13:45 +0000 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2012-11-27 21:13:45 +0000 |
commit | affd61825f0502af0697d393aeb76ddf0a7a4fac (patch) | |
tree | 28be443968b3f1775bf21575272d4d584aaabec9 /com32/lib/sys/vesa/background.c | |
parent | f3cac0e6203c532efc97a6ae8955fc4b79a2b373 (diff) | |
parent | e955e5c00a852883f6972e1a9bc304413ff79627 (diff) | |
download | syslinux-affd61825f0502af0697d393aeb76ddf0a7a4fac.tar.gz syslinux-affd61825f0502af0697d393aeb76ddf0a7a4fac.tar.xz syslinux-affd61825f0502af0697d393aeb76ddf0a7a4fac.zip |
Merge branch 'coverity' into elflinksyslinux-5.00-pre11
Diffstat (limited to 'com32/lib/sys/vesa/background.c')
-rw-r--r-- | com32/lib/sys/vesa/background.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/lib/sys/vesa/background.c b/com32/lib/sys/vesa/background.c index 93577461..15e90895 100644 --- a/com32/lib/sys/vesa/background.c +++ b/com32/lib/sys/vesa/background.c @@ -205,7 +205,6 @@ static int read_jpeg_file(FILE * fp, uint8_t * header, int len) unsigned int bytes_per_row[1]; rv = floadfile(fp, &jpeg_file, &length_of_file, header, len); - fclose(fp); if (rv) goto err; |