diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/gui/icon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c index d24d8bb677..5684ff057c 100644 --- a/apps/gui/icon.c +++ b/apps/gui/icon.c | |||
@@ -215,6 +215,7 @@ static void load_icons(const char* filename, enum Iconset iconset, | |||
215 | 215 | ||
216 | ic->handle_locked = 1; | 216 | ic->handle_locked = 1; |
217 | size_read = read_bmp_fd(fd, &ic->bmp, buf_size, bmpformat, NULL); | 217 | size_read = read_bmp_fd(fd, &ic->bmp, buf_size, bmpformat, NULL); |
218 | close(fd); | ||
218 | ic->handle_locked = 0; | 219 | ic->handle_locked = 0; |
219 | 220 | ||
220 | /* free unused alpha channel, if any */ | 221 | /* free unused alpha channel, if any */ |