This commit is contained in:
Monster Iestyn 2017-05-26 13:58:34 +01:00
parent aecc97ded3
commit 7979f84e25
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ static void SV_RemoveFileSendList(INT32 node)
// Remove the file request from the list
transfer[node].txlist = p->next;
free(p);
p = transfer[node].txlist;
// Indicate that the transmission is over (if for some reason it had started)
transfer[node].currentfile = NULL;
filestosend--;