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:
VilhoRaatikka
2014-05-28 14:03:59 +03:00
parent 056b5d5f37
commit 0cb1eb842a

View File

@ -324,7 +324,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);
}