MXS-1392 Take new zombie mechanism into use

Next commit will remove the remnants of the reference counting
mechanism.
This commit is contained in:
Johan Wikman
2017-09-08 11:18:46 +03:00
parent 8414ce6e80
commit 70a4ad6532
4 changed files with 23 additions and 45 deletions

View File

@ -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;
}
/**