summaryrefslogtreecommitdiffstats
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.c b/net.c
index 8a1f7231..4997fdd1 100644
--- a/net.c
+++ b/net.c
@@ -850,7 +850,6 @@ dbgprintf("in closeUDPListenSockets()\n");
for (i = 0; i < *pSockArr; i++)
close(pSockArr[i+1]);
free(pSockArr);
- pSockArr = NULL;
}
}