Merge branch '2.2' into develop

This commit is contained in:
Johan Wikman
2018-05-02 10:45:59 +03:00
2 changed files with 8 additions and 6 deletions

View File

@ -834,6 +834,10 @@ sessionRowCallback(RESULTSET *set, void *data)
row = cbdata->row;
cbdata->row = NULL;
}
else
{
MXS_FREE(cbdata);
}
return row;
}