From 7979f84e258769cf230610a6cd7b4c0161479ba4 Mon Sep 17 00:00:00 2001
From: Monster Iestyn <iestynjealous@ntlworld.com>
Date: Fri, 26 May 2017 13:58:34 +0100
Subject: [PATCH] whoops

---
 src/d_netfil.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/d_netfil.c b/src/d_netfil.c
index 777814cee6..8704e05cee 100644
--- a/src/d_netfil.c
+++ b/src/d_netfil.c
@@ -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--;
-- 
GitLab