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 3514156f28
commit a42e7b5702

View File

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