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