Minor bug fix

pull/378/head
René Cannaò 11 years ago
parent 87127ca813
commit bc3385f2c6

@ -869,8 +869,8 @@ void MySQL_Connection::async_free_result() {
if (mysql_result) {
mysql_free_result(mysql_result);
mysql_result=NULL;
async_state_machine=ASYNC_IDLE;
}
async_state_machine=ASYNC_IDLE;
if (MyRS) {
delete MyRS;
MyRS=NULL;

Loading…
Cancel
Save