Merge branch '2.1' of github.com:mariadb-corporation/MaxScale into 2.1
This commit is contained in:
@ -780,6 +780,10 @@ sessionRowCallback(RESULTSET *set, void *data)
|
||||
row = cbdata->row;
|
||||
cbdata->row = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
MXS_FREE(cbdata);
|
||||
}
|
||||
|
||||
return row;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user