MXS-1392 Take new zombie mechanism into use
Next commit will remove the remnants of the reference counting mechanism.
This commit is contained in:
@ -393,7 +393,7 @@ static void session_free(MXS_SESSION *session)
|
||||
|
||||
if (session->client_dcb)
|
||||
{
|
||||
dcb_dec_ref(session->client_dcb);
|
||||
dcb_free_all_memory(session->client_dcb);
|
||||
session->client_dcb = NULL;
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user