Fixed another leaking socket. Coverity 72706

This commit is contained in:
VilhoRaatikka 2014-11-01 15:28:41 +02:00
parent f1c4c1dfb2
commit b6fe4e620a

View File

@ -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;
}