Skip to content

Commit

Permalink
Fix possible memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
universal963 authored Oct 14, 2024
1 parent 4250da0 commit 4823a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static void get_broadcast_info(uint16 port)
number_broadcasts++;

if (number_broadcasts >= MAX_BROADCASTS) {
return;
break;
}
}

Expand Down

0 comments on commit 4823a2b

Please sign in to comment.