no need to invalidate the FD now that we're only modifying it once, in one place
This commit is contained in:
parent
e823b9ec0d
commit
a8041fed21
|
@ -128,7 +128,6 @@ static VALUE nogvl_close(void *ptr) {
|
|||
#endif
|
||||
|
||||
mysql_close(wrapper->client);
|
||||
wrapper->client->net.fd = -1;
|
||||
free(wrapper->client);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue