summaryrefslogtreecommitdiff
path: root/desktop/unx/source/splashx.c
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-06-25 14:06:41 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-06-26 15:23:57 +0200
commit657915558f9e02899198b0c5b000b4af82504486 (patch)
treee666aa338e1cae62ec7404e8811d4f2e866db6ce /desktop/unx/source/splashx.c
parentf886c513a27be992461d0065284b3a80fc736396 (diff)
Close file descriptor
Diffstat (limited to 'desktop/unx/source/splashx.c')
-rwxr-xr-xdesktop/unx/source/splashx.c1
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