Bug #438, http://bugs.skysql.com/show_bug.cgi?id=438 try to complete the fix. dcb->authlock was double-freed.
This commit is contained in:
@ -326,7 +326,7 @@ static int gw_read_backend_event(DCB *dcb) {
|
|||||||
if (session->client->session == NULL)
|
if (session->client->session == NULL)
|
||||||
{
|
{
|
||||||
rc = 1;
|
rc = 1;
|
||||||
goto return_with_lock;
|
goto return_rc;
|
||||||
}
|
}
|
||||||
usleep(1);
|
usleep(1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user