Fix minor leak in maxscaled.c
This commit is contained in:
parent
a9b0a5550c
commit
c7907ed728
@ -116,6 +116,8 @@ static bool authenticate_unix_socket(MAXSCALED *protocol, DCB *dcb)
|
||||
dcb_printf(dcb, MAXADMIN_AUTH_FAILED_REPLY);
|
||||
}
|
||||
|
||||
gwbuf_free(username);
|
||||
|
||||
authenticated = true;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user