This commit is contained in:
Monster Iestyn 2017-05-26 13:58:34 +01:00
parent aecc97ded3
commit 7979f84e25

View file

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