1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

xfer: fix crash when closing DCC chat buffer

This commit is contained in:
Sébastien Helleu
2022-07-27 22:06:48 +02:00
parent 9b4f52ac13
commit 56b82fb115
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -965,8 +965,6 @@ xfer_free (struct t_xfer *xfer)
free (xfer->remote_address);
if (xfer->remote_address_str)
free (xfer->remote_address_str);
if (xfer->buffer)
free (xfer->buffer);
if (xfer->remote_nick_color)
free (xfer->remote_nick_color);
if (xfer->hook_fd)