mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
whoops
This commit is contained in:
parent
aecc97ded3
commit
7979f84e25
1 changed files with 1 additions and 0 deletions
|
@ -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--;
|
||||
|
|
Loading…
Reference in a new issue