shot upload - fix close of fd -1 - harmless but wrong

fix CID 1425205
This commit is contained in:
Carsten Haitzler 2020-04-19 01:24:46 +01:00
parent f4c49a071f
commit 01a145811f
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ find_tmpfile(int quality, char *buf, size_t buf_size)
close(fd);
return EINA_TRUE;
}
close(fd);
}
return EINA_FALSE;
}