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:
parent
3514156f28
commit
a42e7b5702
@ -326,7 +326,7 @@ static int gw_read_backend_event(DCB *dcb) {
|
||||
if (session->client->session == NULL)
|
||||
{
|
||||
rc = 1;
|
||||
goto return_with_lock;
|
||||
goto return_rc;
|
||||
}
|
||||
usleep(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user