diff --git a/WINGs/wcolorpanel.c b/WINGs/wcolorpanel.c index 8612e5e7..a9c4def0 100644 --- a/WINGs/wcolorpanel.c +++ b/WINGs/wcolorpanel.c @@ -3370,6 +3370,8 @@ static int fetchFile(char *toPath, char *srcFile, char *destFile) } } + close(src); + close(dest); return 0; }