diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-06-25 14:06:41 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-06-26 15:23:57 +0200 |
commit | 657915558f9e02899198b0c5b000b4af82504486 (patch) | |
tree | e666aa338e1cae62ec7404e8811d4f2e866db6ce /desktop | |
parent | f886c513a27be992461d0065284b3a80fc736396 (diff) |
Close file descriptor
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/unx/source/splashx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index 6bcb10ef149d..0b8ed4f9ccc4 100755 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -144,6 +144,7 @@ int splash_load_bmp( const char *filename ) width = png_get_image_width( png_ptr, info_ptr ); height = png_get_image_height( png_ptr, info_ptr ); + fclose( file ); return 1; } #else |