1
0
Fork 0

(svn r5331) -Backport: r5294

-Fix: Plug a memory leak
release/0.4
tron 2006-06-21 19:39:54 +00:00
parent 47a1e50406
commit f0fd9921a2
1 changed files with 2 additions and 0 deletions

View File

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