fix bug in rb_mysql_client_free
This commit is contained in:
parent
05c942a668
commit
5cadce3417
|
@ -105,7 +105,7 @@ static VALUE nogvl_connect(void *ptr) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rb_mysql_client_free(void * ptr) {
|
static void rb_mysql_client_free(void * ptr) {
|
||||||
GET_CLIENT(ptr);
|
mysql_client_wrapper *wrapper = (mysql_client_wrapper *)ptr;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* we'll send a QUIT message to the server, but that message is more of a
|
* we'll send a QUIT message to the server, but that message is more of a
|
||||||
|
|
Loading…
Reference in New Issue