fix bug in rb_mysql_client_free

This commit is contained in:
Brian Lopez 2010-09-14 20:51:21 -07:00
parent 05c942a668
commit 5cadce3417
1 changed files with 1 additions and 1 deletions

View File

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