1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-06 04:53:38 -04:00

Merge pull request #982 from yarda/coverity

Fixed problem found by Coverity Scan
This commit is contained in:
ailin-nemui 2018-12-18 16:57:36 +01:00 committed by GitHub
commit c044fe397e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,6 +425,7 @@ static int dcc_send_one_file(int queue, const char *target, const char *fname,
g_free(str);
if (dcc == NULL) {
g_warn_if_reached();
close(hfile);
return FALSE;
}