Fixed another leaking socket. Coverity 72706
This commit is contained in:
parent
f1c4c1dfb2
commit
b6fe4e620a
@ -1046,6 +1046,7 @@ int gw_MySQLListener(
|
||||
|
||||
default:
|
||||
fprintf(stderr, "* Socket Family %i not supported\n", current_addr->sa_family);
|
||||
close(l_so);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user