mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r5294) -Fix: Plug a memory leak
This commit is contained in:
parent
670e47eec3
commit
50cfa9403d
@ -489,6 +489,8 @@ static void NetworkUDPBroadCast(SOCKET udp)
|
|||||||
|
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
free(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user