mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
Fix possible memory leak
This commit is contained in:
parent
4250da00c6
commit
4823a2be70
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ static void get_broadcast_info(uint16 port)
|
|||
number_broadcasts++;
|
||||
|
||||
if (number_broadcasts >= MAX_BROADCASTS) {
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue