mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Fixed problem found by Coverity Scan
Fixes #981 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
1c6f256098
commit
4f26ad74f5
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue