1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

Fixed problem found by Coverity Scan

Fixes #981

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2018-12-04 16:03:04 +01:00
parent 1c6f256098
commit 4f26ad74f5
No known key found for this signature in database
GPG Key ID: D8E1C00E076E840B

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;
}