mirror of https://github.com/OpenTTD/OpenTTD
(svn r5294) -Fix: Plug a memory leak
parent
670e47eec3
commit
50cfa9403d
|
@ -489,6 +489,8 @@ static void NetworkUDPBroadCast(SOCKET udp)
|
||||||
|
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue