(svn r5294) -Fix: Plug a memory leak

This commit is contained in:
tron
2006-06-17 10:37:20 +00:00
parent 213061ef47
commit 5ee201d71e

View File

@@ -489,6 +489,8 @@ static void NetworkUDPBroadCast(SOCKET udp)
i++; i++;
} }
free(p);
} }