mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Merge pull request #982 from yarda/coverity
Fixed problem found by Coverity Scan
(cherry picked from commit c044fe397e)
This commit is contained in:
parent
a98bb2009d
commit
bc7dac6d7c
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);
|
g_free(str);
|
||||||
if (dcc == NULL) {
|
if (dcc == NULL) {
|
||||||
g_warn_if_reached();
|
g_warn_if_reached();
|
||||||
|
close(hfile);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue