Fix possible memory leak

This commit is contained in:
universal963 2024-10-14 13:40:21 +08:00 committed by GitHub
parent 4250da00c6
commit 4823a2be70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ static void get_broadcast_info(uint16 port)
number_broadcasts++;
if (number_broadcasts >= MAX_BROADCASTS) {
return;
break;
}
}