mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-21 16:55:02 -05:00
Fix use after free
This commit is contained in:
parent
7e4c482737
commit
226d54c90d
@ -1880,8 +1880,9 @@ dcc_send (struct session *sess, char *to, char *filename, gint64 maxcps, int pas
|
||||
{
|
||||
PrintText (sess, "Cannot send directories or empty files.\n");
|
||||
|
||||
g_object_unref (file_info);
|
||||
dcc_close (dcc, 0, TRUE); /* dcc_close will free dcc->file */
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (passive || dcc_listen_init (dcc, sess))
|
||||
|
Loading…
Reference in New Issue
Block a user