Skip to content
Snippets Groups Projects
Commit 7979f84e authored by Monster Iestyn's avatar Monster Iestyn
Browse files

whoops

parent aecc97de
No related branches found
No related tags found
2 merge requests!252OpenGL: Public flatsprite: The Fixening,!185Netcode hotfix
......@@ -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--;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment