1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 00:19:09 +00:00

(svn r5294) -Fix: Plug a memory leak

This commit is contained in:
tron
2006-06-17 10:37:20 +00:00
parent 670e47eec3
commit 50cfa9403d

View File

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