forgot to remove this
This commit is contained in:
parent
0d1e9916bf
commit
225ddadaf7
|
@ -142,7 +142,6 @@ static VALUE nogvl_close(void * ptr) {
|
||||||
if (!wrapper->closed) {
|
if (!wrapper->closed) {
|
||||||
mysql_close(wrapper->client);
|
mysql_close(wrapper->client);
|
||||||
wrapper->closed = 1;
|
wrapper->closed = 1;
|
||||||
free(wrapper->client);
|
|
||||||
}
|
}
|
||||||
return Qnil;
|
return Qnil;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue